## spring的junit集成测试:
1.

2.

3.先创建一个HelloService类,然后在xml文件中配置bean

4.locations表示一个数组,里面可以写多个xml文件
在测试类中通过注解@Autowired:注入依赖helloService

