赞
踩
报了这个问题的情况class path resource [quartz.properties] cannot be opened because it does not exist
从错误提示来看,很明显,说找不到配置文件“quartz.properties”,但明明就是有的啊。
明明自己在对应的位置配置,但在项目启动时就是会报找不到这个文件
一般这个都是后面加进去的target里面没有编译,所以 显示找不到配置文件“quartz.properties”,
去clean清理一下重新编译一下就好了。
就是记录一下而已
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。