NOTE: This convenience subclass does not work against Quartz 2.0. Use Quartz 2.0's native JobDetailImpl
class or the new Quartz 2.0 builder API instead. Alternatively, switch to Spring's CronTriggerFactoryBean
which largely is a drop-in replacement for this class and its properties and consistently works against Quartz 1.x as well as Quartz 2.x.
執行環境Spring ~3.x & Quartz 1.x:org.springframework.scheduling.quartz.CronTriggerBean
執行環境Spring 4.x & Quartz 2.x:org.springframework.scheduling.quartz.CronTriggerFactoryBean
資料來源:官方API