spring mvc 源码研究简单笔记--web容器启动加载WebApplicationContext和初始化DispatcherServlet
ContextLoaderListener监听器,加载ROOTWebApplicationContext1.在web.xml配置监听器org.springframework.web.context.ContextLoaderListenerContextLoaderListener监听器继承了ServletContextListener接口,ServletContextListener监听器提供了