Quartz:nested exception is org.quartz.SchedulerException: Jobs added with no trigger must be durable.
Spring Boot 整合 Quartz 启动报错,提示:nested exception is org.quartz.SchedulerException: Jobs added with no trigger must be durable.
问题解决:
factoryBean.setDurability(true);

浙公网安备 33010602011771号