标签:pat 指定 blank web load get 路径 text classpath
spring加载配置文件
1、把applicationContext.xml直接放在WEB-INF/classes下,spring会采用默认的加载方式
2、采用在web.xml中配置ContextLoaderListenera或ContextLoaderServlet指定加载路径方式。
3 通过ClassPathXmlApplicationContext或XmlWebApplicationContext代码动态加载!
标签:pat 指定 blank web load get 路径 text classpath
原文地址:http://www.cnblogs.com/renpei/p/6045938.html