Skip to content

Latest commit

 

History

History
17 lines (5 loc) · 273 Bytes

README.md

File metadata and controls

17 lines (5 loc) · 273 Bytes

spring-boot-batch

Running specific job on final artifact

$java -jar spring-boot-batch-1.0.jar --spring.batch.job.names=customerJob

Job names can be specified as comma separated list

$java -jar spring-boot-batch-1.0.jar --spring.batch.job.names=job1,job2