We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca1657 commit c2e8ef0Copy full SHA for c2e8ef0
spring-batch-docs/src/main/asciidoc/job.adoc
@@ -1611,7 +1611,8 @@ The following example shows a typical bean definition for `SimpleJobOperator` in
1611
@Bean
1612
public SimpleJobOperator jobOperator(JobExplorer jobExplorer,
1613
JobRepository jobRepository,
1614
- JobRegistry jobRegistry) {
+ JobRegistry jobRegistry,
1615
+ JobLauncher jobLauncher) {
1616
1617
SimpleJobOperator jobOperator = new SimpleJobOperator();
1618
0 commit comments