Fixed the case on incrementerJob to use data/footballjob instead of data/footballJob
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
</bean>
|
||||
|
||||
<bean id="playerInputResource" class="org.springframework.batch.core.resource.StepExecutionResourceProxy">
|
||||
<property name="filePattern" value="classpath:data/footballJob/input/player-small%run.id(long)%.csv"/>
|
||||
<property name="filePattern" value="classpath:data/footballjob/input/player-small%run.id(long)%.csv"/>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user