当前位置: 首页 > 知识库问答 >
问题:

无法使用XML配置运行第一个spring程序。我犯了这个错误

空英达
2023-03-14

错误:异常线程"main"org.springframework.beans.factory.BeanDefitionStoreExc0019: IOExc0019解析XML文档从类路径资源[应用程序Context.xml];嵌套异常是java.io.FileNotFoundExc0019:类路径资源[应用程序Context.xml]无法打开,因为它d

代码:

ClassPathXmlApplicationContext context=new ClassPathXmlApplicationContext("applicationContext.xml");

共有2个答案

薄瑞
2023-03-14

Applicationontext.xml文件应该在类路径中。请在src中保留应用程序Context.xml,因为您使用ClassPathXmlApplication ationContext类加载应用程序Context.xml文件

希望对你有帮助

慕志泽
2023-03-14

确保您有xml配置文件applicationContext。项目资源路径中的xml

 类似资料: