OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404 Introduce DefaultStepFactory and reduce reliance on KitchenSink.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<bean id="beanWrapperMapperJob" parent="simpleJob">
|
||||
<property name="steps">
|
||||
<list>
|
||||
<bean id="step1" parent="simpleStep">
|
||||
<bean id="step1" parent="defaultStep">
|
||||
<property name="listeners" ref="fileInputTemplate" />
|
||||
<property name="itemReader">
|
||||
<bean
|
||||
|
||||
Reference in New Issue
Block a user