如何使用多个Spring的xml配置文件_百度知道
最佳答案: 1, 在web.xml中定义 contextConfigLocation参数.spring会使用这个参数加载.所有逗号分割的xml.如果没有这个参数,spring默认加载web-inf/applicationContext.xm...更多关于web.xml如何设置可以读取多个spring文件的问题>>
spring加载多个配置文件 - 宅山仔 - 博客园
2014年2月25日 - web.xml: 1:<listener><listener-class>org.springframework.web.context.ContextLoaderListener</listener-class></listener>spring是如何加载配置...