RESOLVED - BATCH-1408: SimpleJobLauncher Package wrong
This commit is contained in:
@@ -404,7 +404,7 @@ catch (JobRestartException e) {
|
||||
execution:</para>
|
||||
|
||||
<programlisting><bean id="jobLauncher"
|
||||
class="org.springframework.batch.execution.launch.SimpleJobLauncher">
|
||||
class="org.springframework.batch.core.launch.support.SimpleJobLauncher">
|
||||
<property name="jobRepository" ref="jobRepository" />
|
||||
</bean></programlisting>
|
||||
|
||||
@@ -451,7 +451,7 @@ catch (JobRestartException e) {
|
||||
<classname>TaskExecutor</classname>:</para>
|
||||
|
||||
<programlisting><bean id="jobLauncher"
|
||||
class="org.springframework.batch.execution.launch.SimpleJobLauncher">
|
||||
class="org.springframework.batch.core.launch.support.SimpleJobLauncher">
|
||||
<property name="jobRepository" ref="jobRepository" />
|
||||
<property name="taskExecutor">
|
||||
<bean class="org.springframework.core.task.SimpleAsyncTaskExecutor" />
|
||||
|
||||
Reference in New Issue
Block a user