Skip to content

Commit

Permalink
Fix typo in java-config.adoc
Browse files Browse the repository at this point in the history
Issue #4591
  • Loading branch information
kirkster96 authored and fmbenhassine committed May 13, 2024
1 parent 97cc5cf commit 6231e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spring-batch-docs/modules/ROOT/pages/job/java-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,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 6231e1c

Please sign in to comment.