e28fd3e7c9
update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
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