2016年4月18日
摘要: 上面的是springMVC的工作原理图: 1、客户端发出一个http请求给web服务器,web服务器对http请求进行解析,如果匹配DispatcherServlet的请求映射路径(在web.xml中指定),web容器将请求转交给DispatcherServlet. 2、DipatcherServl 阅读全文
posted @ 2016-04-18 11:38 _萨瓦迪卡 阅读(205) 评论(0) 推荐(0) 编辑