读书人

spring3 单元测试 web-inf路径有关问题

发布时间: 2012-11-08 08:48:11 作者: rapoo

spring3 单元测试 web-inf路径问题

配置文件路径问题

在src下

@ContextConfiguration(locations={"classpath:application*.xml"})??

在web-inf下

@ContextConfiguration(locations={"classpath:**/application*.xml"})??

读书人网 >Web前端

热点推荐