Exception encountered during context initialization - cancelling
refresh attempt:
org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating bean with name ‘scheduleJobController’: Unsatisfied
dependency expressed through field ‘scheduleJobService’; nested
exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name ‘scheduleJobService’: Invocation of init
method failed; nested exception is
com.yiqi.common.exception.RRException: 创建定时任务失败
解决办法
清空以下4个表
qrtz_blob_triggers;
qrtz_cron_triggers ;
qrtz_triggers ;
qrtz_job_details;