spring加载配置文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring加载配置文件相关的知识,希望对你有一定的参考价值。

spring加载配置文件 
1、把applicationContext.xml直接放在WEB-INF/classes下,spring会采用默认的加载方式
2、采用在web.xml中配置ContextLoaderListenera或ContextLoaderServlet指定加载路径方式。
3 通过ClassPathXmlApplicationContext或XmlWebApplicationContext代码动态加载!

以上是关于spring加载配置文件的主要内容,如果未能解决你的问题,请参考以下文章

Spring载入多个配置文件加载顺序是怎么样的

spring加载多个配置文件如何配置

Spring加载Xml配置文件的细节

spring加载配置文件

装配SpringBean--配置文件加载方式

Spring Boot加载配置文件