SpringMVC学习笔记(三)SpringMVC的请求处理过程

springmvc请求的处理流程 请先看上一篇文章:创建一个SpringMVC项目 1)发起some.do,调用tomcat 2)tomcat(根据web.xml–url-pattern知道 *.do的请求给DispatcherServlet(myweb)) 3)DispatcherServlet(根据springmvc.xml(中央调度器会读取springmvc.xml)配置知道 some.do
相关文章
相关标签/搜索