Can we create multiple instances of a same java(spring) batch job?
问题 I am using quartz to schedule a spring batch job. The job reads a file from a folder( which has multiple files ) does some processing and copies it to another folder. is it possible to create multiple instances of the job, that will run concurrenty,reading multiple files ? My question is : In spring batch, is it possible to spawn multiple instances of the same job? I am using quartz schedular ? 回答1: In Spring Batch it is possible to start several jobs, provided you have supplied different