Skip to content

Commit

Permalink
Fix typo in job.adoc
Browse files Browse the repository at this point in the history
Cherry-picked from b06f90a

Issue #4591
  • Loading branch information
fmbenhassine committed May 13, 2024
1 parent 21ea4d4 commit a5ed687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spring-batch-docs/src/main/asciidoc/job.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ public class MyJobConfiguration {
return new JdbcTransactionManager(dataSource);
}
@Bean
public Job job(JobRepository jobRepository) {
return new JobBuilder("myJob", jobRepository)
//define job flow as needed
Expand Down

0 comments on commit a5ed687

Please sign in to comment.