2015年5月9日
摘要: ContextLoaderListener的作用就是启动Web容器时,自动装配ApplicationContext的配置信息。因为它实现了ServletContextListener这个接口,在web.xml配置这个监听器,启动容器时,就会默认执行它实现的方法。至于ApplicationContex... 阅读全文
posted @ 2015-05-09 11:29 dancser 阅读(162) 评论(0) 推荐(0) 编辑