dodispatch专题

SpringMVC源码分析(1):分析DispatcherServlet.doDispatch方法,了解总体流程

所有的http请求都会交给DispatcherServlet类的doDispatch方法进行处理,将DispatcherServlet.doDispatch函数的javadoc复制到下面: /** Process the actual dispatching to the handler.* * The handler will be obtained by applying the