java.io.FileNotFoundException: class path resource [spring-core.xml] cannot be opened because it does not exist java.io.FileNotFoundException 意思是文件找不到 为了验证这个问题,去项目的target搜索一下,提示没有与搜索
java.io.FileNotFoundException: class path resource [spring-core.xml] cannot be opened because it does not exist
java.io.FileNotFoundException 意思是文件找不到
为了验证这个问题,去项目的target搜索一下,提示没有与搜索条件匹配的项
我研究了半天没研究出来,修改了
![[idea错误] java.io.FileNotFoundException: class path resource [spring-core.xml] cannot be opened_报错信息](http://img.558idc.com/uploadfile/allimg/java/04102913_62c25079e3aeb17736.png)
Maven clean 再install一下 ,发现target里面有了那些配置文件
![[idea错误] java.io.FileNotFoundException: class path resource [spring-core.xml] cannot be opened_java_02](http://img.558idc.com/uploadfile/allimg/java/04102914_62c2507a1c1b962982.png)
再次启动tomcat
![[idea错误] java.io.FileNotFoundException: class path resource [spring-core.xml] cannot be opened_搜索_03](http://img.558idc.com/uploadfile/allimg/java/04102914_62c2507a4171598382.png)
没有报错信息,,
再次 错误已经解决.........
