Added builder for JdbcCursorItemReader
This provides a builder for the JdbcCursorItemReader to simplify java configuration. Resolves BATCH-2555
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="pss" class="org.springframework.batch.core.resource.ListPreparedStatementSetter" scope="step">
|
||||
<bean id="pss" class="org.springframework.batch.item.database.support.ListPreparedStatementSetter" scope="step">
|
||||
<property name="parameters">
|
||||
<list>
|
||||
<value>#{jobParameters['min.id']}</value>
|
||||
|
||||
Reference in New Issue
Block a user