springboot整合quartz遇到的错误
Posted 遗忘无际
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot整合quartz遇到的错误相关的知识,希望对你有一定的参考价值。
1、spring boot整合quartz执行多个定时任务时报:
org.quartz.ObjectAlreadyExistsException: Unable to store Job : \'group1.job1\', because one already exists with this identification.
定时任务虽然执行,但报了错误。第一次执行时没有报错误,第二次及之后执行前会报这个错误,
解决办法:
在初始化调度的时候clean一下: scheduler.clear();
以上是关于springboot整合quartz遇到的错误的主要内容,如果未能解决你的问题,请参考以下文章