## spring的junit集成測試:
1.

2.

3.先創建一個HelloService類,然后在xml文件中配置bean

4.locations表示一個數組,里面可以寫多個xml文件
在測試類中通過注解@Autowired:注入依賴helloService
