Introduction of single-step-batch-job sample

resolves #702
This commit is contained in:
Glenn Renfro
2020-08-07 18:05:56 -04:00
committed by Michael Minella
parent b71b46c333
commit 414cfc3e96
18 changed files with 797 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
spring.batch.job.flatfilereader.savestate=true
spring.batch.job.flatfilereader.name=fixedWidthConfiguration
spring.batch.job.flatfilereader.comments=#,$
spring.batch.job.flatfilereader.resource=/test.txt
spring.batch.job.flatfilereader.strict=true
spring.batch.job.flatfilereader.fixedLength=true
spring.batch.job.flatfilereader.ranges=1-3
spring.batch.job.flatfilereader.names=ITEM_NAME
spring.batch.job.flatfilereader.parsingStrict=false