标签:任务 quartz conf sch sed cron fir 启动 exception
org.quartz.SchedulerException: Based on configured schedule, the given trigger ‘DEFAULT.cron_b1a91e1b-3285-430e-86c9-72e11d19e14f‘ will never fire.
这个报错可能是由于设置的任务时间不合法,或者是设置的时间是过去的时间,导致这个任务永远不会被启动,所以报错了
SpringBoot整合quartz框架启动定时任务报错:the given trigger will never fire.
标签:任务 quartz conf sch sed cron fir 启动 exception
原文地址:https://www.cnblogs.com/pxblog/p/14992907.html