cddf858c05
* BAEL-5246: round 1 of pom cleanup - upto "jersey" project * BAEL-5246: Initial pass for pom cleanup - upto spring-cloud * BAEL-5246: pom cleanup upto testing-modules/junit5 * BAEL-5246: pom cleanup - upto xstream * BAEL-5246: pom cleanup - last round (before review) |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========================================================================
Scheduling in Spring with Quartz Example Project
This is the first example where we configure a basic scheduler.
Spring boot application, Main class
org.baeldung.springquartz.SpringQuartzApp
Configuration in application.properties
- Default: configures scheduler using Spring convenience classes:
using.spring.schedulerFactory=true
- To configure scheduler using Quartz API:
using.spring.schedulerFactory=false