Spring batch run multiple jobs in parallel
问题 I am new to Spring batch and couldn't figure out how to do this.. Basically I have a spring batch files and both are have to run parallel i.e when I request execute_job1 then BatchConfig1 have to execute and when I request execute_job2 then BatchConfig2 have to execute. How can I do this? Controller @RestController public class JobExecutionController { @Autowired JobLauncher jobLauncher; @Autowired Job job; /** * * @return */ @RequestMapping("/execute_job1") @ResponseBody public void