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_搜索

Maven clean 再install一下 ,发现target里面有了那些配置文件

[idea错误]  java.io.FileNotFoundException: class path resource [spring-core.xml] cannot be opened_搜索_02

再次启动tomcat

[idea错误]  java.io.FileNotFoundException: class path resource [spring-core.xml] cannot be opened_报错信息_03

没有报错信息,,  

 

再次 错误已经解决.........