Fix minor example in job.adoc
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
6ca1657d1b
commit
c2e8ef0845
@@ -1611,7 +1611,8 @@ The following example shows a typical bean definition for `SimpleJobOperator` in
|
||||
@Bean
|
||||
public SimpleJobOperator jobOperator(JobExplorer jobExplorer,
|
||||
JobRepository jobRepository,
|
||||
JobRegistry jobRegistry) {
|
||||
JobRegistry jobRegistry,
|
||||
JobLauncher jobLauncher) {
|
||||
|
||||
SimpleJobOperator jobOperator = new SimpleJobOperator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user