为了账号安全,请及时绑定邮箱和手机立即绑定

spring-injection.xml放在哪里,UnitTestBase是如何找到它的?

报错: IOException parsing XML document from class path resource [spring-injection.xml]; nested exception is java.io.FileNotFoundException:

class path resource [spring-injection.xml] cannot be opened because it does not exist

应该怎样存放?

正在回答

1 回答

一般放在与包同级目录下,在类里使用ClassPathXmlApplicationContext cpx=new ClassPathXmlApplicationContext("spring-injection.xml")找到;getBean("beanId")获取配置好的注入对象

2 回复 有任何疑惑可以回复我~
#1

南柯三梦 提问者

非常感谢!
2016-05-18 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

spring-injection.xml放在哪里,UnitTestBase是如何找到它的?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信