java-tutorials/spring-quartz
Grzegorz Piwowarek a09e6454f3 Remove Eclipse-specific files 2016-07-19 18:18:50 +03:00
..
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 maven work 2016-03-06 11:49:59 +02:00

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