では、拡張したバッチを実行してみよう。 CommandLineJobRunnerに以下の引数を与えて実行する。 classpath:/launch-context.xml job2 file=step2Input.csv bizDate(date)=2010/04/03 ...
Spring Batch provides developers with two separate approaches to batch programming: 1. Process a small batch of records in a single step using a Tasklet. 2. Process a large batch of records in chunks ...