Purge ItemProcessor
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
class="org.springframework.batch.execution.scope.StepScope" />
|
||||
|
||||
<bean id="processor"
|
||||
class="org.springframework.batch.sample.item.processor.StagingItemWriter"
|
||||
class="org.springframework.batch.sample.item.writer.StagingItemWriter"
|
||||
scope="step">
|
||||
<property name="incrementer">
|
||||
<bean id="jobIncrementer" parent="incrementerParent">
|
||||
Reference in New Issue
Block a user