Class QuartzJdbcProperties

java.lang.Object
org.springframework.boot.jdbc.init.DatabaseInitializationProperties
org.springframework.boot.quartz.autoconfigure.QuartzJdbcProperties

@ConfigurationProperties("spring.quartz.jdbc") public class QuartzJdbcProperties extends DatabaseInitializationProperties
Configuration properties for the Quartz Scheduler integration when using a JDBC job store.
Since:
4.0.0
Author:
Vedran Pavic, Stephane Nicoll, Yanming Zhou