java源码 - Spring5.x(7)之 SpringMVC
文章目录1. SpringMVC1.1 ContextLoaderListener1.2 initWebApplicationContext1. SpringMVCSpringMVC 系列请求debug1.1 ContextLoaderListener这里主要是为了搞清楚SpringMVC的IOC启动过程ContextLoaderListener可以指定在Web应用程序启动时载入Ioc容器,正是通过ContextLoader来实现的,可以说是Ioc容器的初始化工作。如果要使用Context