为什么老是报错无法找到文件

图片说明

这个IDE不太熟悉,确认下你的resouces目录是源目录吗,或者你看编译好的项目,spring.xml是否在类路径

冒号和点是否为关键字

严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [spring.xml]; nested exception is java.io.FileNotFoundException: class path resource [spring.xml] cannot be opened because it does not exist
这是报的错

可是试试看 classpath*:spring.xml

这个好像需要加个转义字符

这个好像需要加个转义字符图片说明

把改成试试呢