We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e302b13 commit 6369a74Copy full SHA for 6369a74
src/test/resources/org/mybatis/spring/sample/config/applicationContext-job.xml
@@ -54,7 +54,7 @@
54
55
<batch:job-repository/>
56
57
- <bean id="jobLauncher" class="org.springframework.batch.core.launch.support.SimpleJobLauncher">
+ <bean id="jobLauncher" class="org.springframework.batch.core.launch.support.TaskExecutorJobLauncher">
58
<property name="jobRepository" ref="jobRepository"/>
59
</bean>
60
0 commit comments