摘要: applicationContext.xml是随ContextLoaderListener的加载而执行的,而xxx-servlet.xml是随DispatcherServlet的加载而执行的,在web.xml中,加载顺序是listener>filter>servlet,所以applicationCo... 阅读全文
posted @ 2015-12-14 13:21 Struts-pring 阅读(141) 评论(0) 推荐(0) 编辑