* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
=========================================================================
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