java-tutorials/spring-quartz
sampadawagde b1bf1bf820 JAVA-5409: Fix formatting of POMs (Part 2) 2021-05-14 17:44:24 +05:30
..
src [BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile 2019-11-20 11:11:07 +05:30
.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-5409: Fix formatting of POMs (Part 2) 2021-05-14 17:44:24 +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