老师,请问我的spring.xml文件存在,为什么还提示找不到文件呢
Exception in thread "main" 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
同问,朋友解决了这个问题吗
那是因为你系统没找到你的配置文件,需要写spring.xml对应的地址就可以了
放对应的resources文件目录下就可以直接找到呀