Skip to content

Commit

Permalink
Use the TaskExecutorJobLauncher instead of SimpleJobLauncher
Browse files Browse the repository at this point in the history
Fixes gh-1017
  • Loading branch information
kazuki43zoo committed Nov 24, 2024
1 parent e302b13 commit 6369a74
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 6369a74

Please sign in to comment.