## spring的junit集成测试:
1.
![](https://box.kancloud.cn/f2e13c701ceb499d4904d5c6f1d9f156_995x568.PNG)
2.
![](https://box.kancloud.cn/01e9b696efb0abfcfc717ecdceeaab47_1016x363.PNG)
3.先创建一个HelloService类,然后在xml文件中配置bean
![](https://box.kancloud.cn/0d2349e1b0425f6a1f644b7f5a34a3b5_1216x159.PNG)
4.locations表示一个数组,里面可以写多个xml文件
在测试类中通过注解@Autowired:注入依赖helloService
![](https://box.kancloud.cn/00732e29212327d56b2ae002af8ce9f6_1319x378.PNG)