i\'m using spring batch 2.2.4 with quartz to run some jobs at certain time
the problem is the jobs always run after executing the code at the first time then it runs
adding
spring.batch.job.enabled=false
in application.properties works with me.