java-tutorials/spring-quartz
panos-kakos c7118d9960 [JAVA-27541] Upgraded spring-quartz to spring boot 3 (#15322) 2023-12-01 13:16:51 +02:00
..
src [JAVA-27541] Upgraded spring-quartz to spring boot 3 (#15322) 2023-12-01 13:16:51 +02:00
.gitignore Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml [JAVA-27541] Upgraded spring-quartz to spring boot 3 (#15322) 2023-12-01 13:16:51 +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