Files
spring-cloud-task/spring-cloud-task-samples/single-step-batch-job/src/main/resources/application-ffreader.properties
Michael Minella 93156fdabc Added documentation for the Single Step Batch Job Starter
This commit does two things:

1. Adds documentation to the reference documentation for the single step
batch job starter.
2. It standardizes the naming of the properties across the various
readers/writers the autoconfiguration provides.

Polished docs on merge
2020-12-21 10:17:25 -05:00

10 lines
476 B
INI

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