<context-param> <param-name>contextConfigLocation</param-name> <param-value> classpath:/spring/applicationContext.xml, <!-- 下面两个目录不存在 --> classpath*:config/spring/common/appcontext-*.xml, classpath*:config/spring/local/appcontext-*.xml </param-value> </context-param>