码迷,mamicode.com
首页 > 其他好文 > 详细

Quartz框架调用——运行报错:ThreadPool class not specified

时间:2017-11-13 19:56:55      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:配置   thread   运行   时间   定义   加载   class   bsp   问题   

Quartz框架调用——运行报错:ThreadPool class not specified

问题是在于Quartz框架在加载的时候找不到quartz.properties配置文件:

解决方案一:

Quartz.properties该文件必须放到src目录下,只有在该目录下,该文件才能被找到,其他的目录下找不到!!!

解决方案二:

定时任务时间设置的properties文件不定义为quartz.properties,定义成其他文件名;例如:命名为 pub.properties;

 

Quartz框架调用——运行报错:ThreadPool class not specified

标签:配置   thread   运行   时间   定义   加载   class   bsp   问题   

原文地址:http://www.cnblogs.com/lizm166/p/7827407.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!