java-tutorials/spring-quartz
Norberto Ritzmann Jr 45be61376e Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
..
src Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
.gitignore Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
README.md Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
pom.xml Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02: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