Skip to content

Commit

Permalink
Merge pull request #1036 from kazuki43zoo/support-spring6.2-springbat…
Browse files Browse the repository at this point in the history
…ch5.2

Use the TaskExecutorJobLauncher instead of SimpleJobLauncher
  • Loading branch information
kazuki43zoo authored Nov 24, 2024
2 parents e302b13 + 6369a74 commit 675d1bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<batch:job-repository/>

<bean id="jobLauncher" class="org.springframework.batch.core.launch.support.SimpleJobLauncher">
<bean id="jobLauncher" class="org.springframework.batch.core.launch.support.TaskExecutorJobLauncher">
<property name="jobRepository" ref="jobRepository"/>
</bean>

Expand Down

0 comments on commit 675d1bc

Please sign in to comment.