定时器Quartz ClassNotFound org.springframework.scheduling.quartz.SchedulerFactoryBean

转自:https://blog.csdn.net/truong/article/details/37508003

没有添加spring-context-support-3.2.4.RELEASE.jar包

pom配置

<dependency>   
   <groupId>org.springframework</groupId>   
   <artifactId>spring-context-support</artifactId>
   <version>3.2.4.RELEASE</version>
  </dependency>


---------------------
作者:海拉姆
来源:CSDN
原文:https://blog.csdn.net/truong/article/details/37508003
版权声明:本文为博主原创文章,转载请附上博文链接!

原文地址:https://www.cnblogs.com/sharpest/p/10236851.html