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
10 lines
476 B
INI
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
|