配置文件路径问题
在src下
@ContextConfiguration(locations={"classpath:application*.xml"})
在web-inf下
@ContextConfiguration(locations={"classpath:**/application*.xml"})
配置文件路径问题
在src下
@ContextConfiguration(locations={"classpath:application*.xml"})
在web-inf下
@ContextConfiguration(locations={"classpath:**/application*.xml"})