java-tutorials/spring-quartz
sriv-priyank 854ddca8d3 changes after code review - removed module within module, java version to 1.8, boot version to 1.2.6, removed empty tests, removed named beans 2015-10-06 17:56:47 +05:30
..
src/main changes after code review - removed module within module, java version to 1.8, boot version to 1.2.6, removed empty tests, removed named beans 2015-10-06 17:56:47 +05:30
.gitignore spring quartz tutorial sample code first commit 2015-09-30 23:30:45 +05:30
README.md changes after code review - removed module within module, java version to 1.8, boot version to 1.2.6, removed empty tests, removed named beans 2015-10-06 17:56:47 +05:30
pom.xml changes after code review - removed module within module, java version to 1.8, boot version to 1.2.6, removed empty tests, removed named beans 2015-10-06 17:56:47 +05:30

README.md

=========================================================================

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