Fixed the case on incrementerJob to use data/footballjob instead of data/footballJob

This commit is contained in:
lucasward
2008-11-12 16:47:52 +00:00
parent 5849e85485
commit f2542ee80a

View File

@@ -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>