配置文件在src下:
@ContextConfiguration(locations = "classpath:applicationContext-*.xml")
配置文件在/WEB-INF下:
@ContextConfiguration(locations = "file:WebRoot/WEB-INF/applicationContext-*.xml")
配置文件在src下:
@ContextConfiguration(locations = "classpath:applicationContext-*.xml")
配置文件在/WEB-INF下:
@ContextConfiguration(locations = "file:WebRoot/WEB-INF/applicationContext-*.xml")