码迷,mamicode.com
首页 > 编程语言 > 详细

Spring整合JUnit4测试时,使用注解引入多个配置文件

时间:2017-06-18 20:51:40      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:ring   font   16px   classpath   data   plain   tool   junit   nbsp   

一般情况下:

 

[html] view plain copy
 
  1. @ContextConfiguration(Locations="../applicationContext.xml")   

 

多个文件时,可用{}

 

[html] view plain copy
 
  1. @ContextConfiguration(locations = { "classpath*:/spring1.xml", "classpath*:/spring2.xml" })   

Spring整合JUnit4测试时,使用注解引入多个配置文件

标签:ring   font   16px   classpath   data   plain   tool   junit   nbsp   

原文地址:http://www.cnblogs.com/lxl57610/p/7045136.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!