spring mvc基礎篇(十二):綜合案例一

12.1 springmvc核心流程圖及講解 知識講解:DispatcherServlet(前端控制器) 1.應用了「Front Controller」模式 – 是所有 Spring MVC 請求的中樞。 2.繼承了HttpServlet,是一個Servlet,由WebApplicationContext加載 3.如果不作其它配置,會加載默認組件   HandlerMapping(映射處理器) 1
相關文章
相關標籤/搜索