首页 > 其他 > 详细

Quartz:nested exception is org.quartz.SchedulerException: Jobs added with no trigger must be durable.

时间:2020-07-04 20:19:49      阅读:255      评论:0      收藏:0      [点我收藏+]

Spring Boot 整合 Quartz 启动报错,提示:nested exception is org.quartz.SchedulerException: Jobs added with no trigger must be durable.

问题解决:

factoryBean.setDurability(true);

 

Quartz:nested exception is org.quartz.SchedulerException: Jobs added with no trigger must be durable.

原文:https://www.cnblogs.com/miaooooo/p/13236306.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!