<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
classpath*:conf/spring/applicationContext_core*.xml,
classpath*:conf/spring/applicationContext_dict*.xml,
classpath*:conf/spring/applicationContext_hibernate.xml,
classpath*:conf/spring/applicationContext_staff*.xml,
classpath*:conf/spring/applicationContext_security.xml
classpath*:conf/spring/applicationContext_modules*.xml
classpath*:conf/spring/applicationContext_cti*.xml
classpath*:conf/spring/applicationContext_apm*.xml
</param-value>
</context-param>
相关文章
- 03-03在web.xml中通过contextConfigLocation配置spring
- 03-03在web.xml中配置struts2拦截器
- 03-03paip.获取proxool的配置 xml读取通过jdk xml 初始化c3c0在代码中总结
- 03-03web.xml中配置Spring中applicationContext.xml的方式
- 03-03spring在xml文件中配置bean的三种方法
- 03-03Spring学习--实现 FactoryBean 接口在 Spring IOC 容器中配置 Bean
- 03-03想要配置文件生效 需要通过添加到web.xml加载到内存中
- 03-03Spring-web中的web.xml为Servlet提供的配置选项说明
- 03-03spring在beans.xml中配置druid数据源报错Access denied for user 'somebody'@'localhost' (usin
- 03-03spring的XML配置文件在项目文件夹中的位置