会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Sharpest
感谢每一位互联网工作者。
博客园
首页
新随笔
联系
订阅
管理
Spring整合JUnit4测试时,使用注解引入多个配置文件
转自:https://blog.csdn.net/pwh309315228/article/details/62226372
一般情况下:
[html]
view plain
copy
@ContextConfiguration(
Locations=
"../applicationContext.xml")
多个文件时,可用{}
[html]
view plain
copy
@ContextConfiguration(
locations = { "classpath*:/spring1.xml", "classpath*:/spring2.xml" })
posted on
2016-12-06 23:58
Sharpest
阅读(
1586
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部