SpringMVC的流程
SpringMVC的流程
请求->DispathcServlet->HandlerMapper(找到handler)
->DispathcServlet->HandlerAdopter(运行,返回ModelAndView)
->DispathcServlet->ViewResolver
->DispathcServlet->视图
SpringMVC的流程
请求->DispathcServlet->HandlerMapper(找到handler)
->DispathcServlet->HandlerAdopter(运行,返回ModelAndView)
->DispathcServlet->ViewResolver
->DispathcServlet->视图