AOP单元测试找不到ClassPathXmlApplicatio
2020-02-27 本文已影响0人
煗NUAN
单元测试时:路径找不到
- 报错内容
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [com/aop/aop3/beans.xml]; nested exception is java.io.FileNotFoundException: class path resource [com/aop/aop3/beans.xml] cannot be opened because it does not exist
微信图片_20200227110026.png
- 修改方式
-
将beans.xml文件放到resources包下
修改内容.png
-