Skip to content

Commit a5ed687

Browse files
committed
Fix typo in job.adoc
Cherry-picked from b06f90a Issue #4591
1 parent 21ea4d4 commit a5ed687

File tree

1 file changed

+1
-0
lines changed
  • spring-batch-docs/src/main/asciidoc

1 file changed

+1
-0
lines changed

spring-batch-docs/src/main/asciidoc/job.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ public class MyJobConfiguration {
449449
return new JdbcTransactionManager(dataSource);
450450
}
451451
452+
@Bean
452453
public Job job(JobRepository jobRepository) {
453454
return new JobBuilder("myJob", jobRepository)
454455
//define job flow as needed

0 commit comments

Comments
 (0)