- Simple Chunk-Oriented Job
- Parallel Job (w/ Partitioner)
- Simple Tasklet Job
- Install Docker Desktop
- run
scripts/prerequisites.sh
- run
./gradlew bootRun
- If you run only one job, edit
spring.batch.job.names
inapplication.yml
Example)
spring:
batch:
job:
names: SimpleFetchJob
- Put JobParameters for
ParallelJob
fileNames=1.txt,2.txt,3.txt