b6ae9ec3b4
* BAEL-15951 Moved vavr, JHipster to default profiles * BAEL-14304 Include the SpringContextIntegrationTest in the default build - Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists * BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles * BAEL-14304 Minor changes |
||
---|---|---|
.. | ||
src | ||
.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