程序包 org.springframework.boot.autoconfigure.quartz
Auto-configuration for Quartz Scheduler.
接口概要 接口 说明 SchedulerFactoryBeanCustomizer Callback interface that can be implemented by beans wishing to customize the QuartzSchedulerFactoryBeanbefore it is fully initialized, in particular to tune its configuration.类概要 类 说明 QuartzAutoConfiguration Auto-configurationfor Quartz Scheduler.QuartzAutoConfiguration.JdbcStoreTypeConfiguration QuartzDataSourceInitializer Initialize the Quartz Scheduler schema.QuartzProperties Configuration properties for the Quartz Scheduler integration.QuartzProperties.Jdbc 枚举概要 枚举 说明 JobStoreType Define the supported QuartzJobStore.注释类型概要 注释类型 说明 QuartzDataSource Qualifier annotation for a DataSource to be injected into Quartz auto-configuration.