Spring Batch + Quartz Scheduler example
In this tutorial, we will show you how to use the Quartz scheduler framework to schedule a Spring batch job to run every 10 seconds. Tools and libraries used Maven 3 Eclipse 4.2 JDK 1.6 Spring Core 3.2.2.RELEASE Spring Batch 2.2.0.RELEASE Quartz 1.8.6 The relationship looks like the following : Spring Batch <–> Spring QuartzJobBean …