BATCH-910: fixed case in path to data so tests won't fail on Linux
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
</bean>
|
||||
|
||||
<bean id="playerInputResource" class="org.springframework.batch.core.resource.StepExecutionResourceProxy">
|
||||
<property name="filePattern" value="classpath:data/footballJob/input/%player.file.name%"/>
|
||||
<property name="filePattern" value="classpath:data/footballjob/input/%player.file.name%"/>
|
||||
</bean>
|
||||
|
||||
<bean id="playerFileItemReader" class="org.springframework.batch.item.file.FlatFileItemReader">
|
||||
|
||||
Reference in New Issue
Block a user