Skip to content

Commit b06f90a

Browse files
kirkster96fmbenhassine
authored andcommitted
Fix typo in java-config.adoc
Issue #4591
1 parent 6bd148c commit b06f90a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-batch-docs/modules/ROOT/pages/job/java-config.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public class MyJobConfiguration {
4242
return new JdbcTransactionManager(dataSource);
4343
}
4444
45+
@Bean
4546
public Job job(JobRepository jobRepository) {
4647
return new JobBuilder("myJob", jobRepository)
4748
//define job flow as needed

0 commit comments

Comments
 (0)