java-tutorials/spring-quartz
sandip singh f6c3f9ebcb Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
..
src Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
.gitignore Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
README.md Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
pom.xml Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30

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