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 97cc5cf commit 6231e1cCopy full SHA for 6231e1c
spring-batch-docs/modules/ROOT/pages/job/java-config.adoc
@@ -42,6 +42,7 @@ public class MyJobConfiguration {
42
return new JdbcTransactionManager(dataSource);
43
}
44
45
+ @Bean
46
public Job job(JobRepository jobRepository) {
47
return new JobBuilder("myJob", jobRepository)
48
//define job flow as needed
0 commit comments