java-tutorials/spring-quartz
Kyle Doyle 07859c6e38 Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
..
src Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
.gitignore Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
README.md Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
pom.xml Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00

README.md

Spring Quartz

This module contains articles about Spring with Quartz

Relevant Articles:

#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