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