BAEL-3298 Some more refactoring

This commit is contained in:
Shubhra
2020-02-09 19:13:33 +05:30
parent 7e05fcbe3f
commit 113e3d8ab3
5 changed files with 10 additions and 4 deletions
@@ -38,7 +38,7 @@ public class SpringBatchRetryConfig {
@Autowired
private StepBuilderFactory stepBuilderFactory;
@Value("input/record.csv")
@Value("input/recordRetry.csv")
private Resource inputCsv;
@Value("file:xml/retryOutput.xml")