码迷,mamicode.com
首页 > 移动开发 > 详细

class path resource [applicationContext.xml] cannot be opened because it does not exist

时间:2020-01-07 18:30:38      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:exce   bec   pen   路径   管理   ann   新功能   file   opened   

今天给游戏管理端添加新功能,启动时报错

Caused by: java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist

找不到文件

技术图片

 

 

 

 

 1.查看项目资源目录,applicationContext.xml  位于conf下

 

 

技术图片

 

 

2.查看applicationContext.xml 的配置

技术图片

 

 3.查看项目classpath配置,没有配置conf路径

技术图片

 

 4.添加conf路径到classpath中,问题解决

技术图片

 

 

 

总结,一般文件找不到,跟classpath有关,检查classpath中有没有资源文件所在的目录,没有则加入;

class path resource [applicationContext.xml] cannot be opened because it does not exist

标签:exce   bec   pen   路径   管理   ann   新功能   file   opened   

原文地址:https://www.cnblogs.com/fengyanqing/p/12162786.html

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