异常内容:org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.scheduling.quartz.CronTriggerBean] for bean with name 'xxx' defined in file [D:\workspace\xx\xxxx\target\classes\META-INF\spring\spring-timer-task.xml]: problem with class file or dependent class; nested exception is java.lang.IncompatibleClassChangeError: class org.springframework.scheduling.quartz.CronTriggerBean has interface org.quartz.CronTrigger as super class
解决方案:把org.springframework.scheduling.quartz.CronTriggerBean改成org.springframework.scheduling.quartz.CronTriggerFactoryBean