欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Spring问题:java.lang.IllegalStateException: Failed to load ApplicationContext

程序员文章站 2022-05-23 10:18:58
...

JUnit测试时报错:

java.lang.IllegalStateException: Failed to load ApplicationContext

解决方法:

//1.查看xml配置文件的地址是否出错
@ContextConfiguration("/bmi-beans.xml")

//2.查看配置文件内容是否有错

//3.检测是否是字符集出错

 

相关标签: spring问题