天天看点

java.io.FileNotFoundException: class path resource [XXX] cannot be opened because

这两天在学习SSM整合,遇到了一个很让人意外的问题:

HTTP Status 500 – Internal Server Error

Type 异常报告

消息 Servlet.init() for servlet [DispatcherServlet] threw exception

描述 服务器遇到一个意外的情况,阻止它完成请求。

Exception

javax.servlet.ServletException: Servlet.init() for servlet [DispatcherServlet] threw exception

Root Cause

org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [applicationContext.xml]; nested exception is java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist

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

解决方法:

删除xml配置文件中的注释即可

可能你很意外,注释不是很正常的一个操作嘛?我也意外,前后问了很多人,有的人不能有注释,但有的人可以,这个不知道是idea的Bug,还是什么原因,我使用的是idea2019.3.2,以后如果知道具体原因了,再来更正。