单元测试时:路径找不到
- 报错内容
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
-













网友评论