fixed invalid property name (the config file seems unused though)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<bean id="test-job"
|
||||
class="org.springframework.batch.core.domain.JobSupport">
|
||||
<property name="stepNames">
|
||||
<property name="steps">
|
||||
<bean id="step1"
|
||||
class="org.springframework.batch.execution.step.simple.SimpleStep">
|
||||
<property name="itemReader">
|
||||
|
||||
Reference in New Issue
Block a user