springMVC原理总结

  一.大致流程: ①启动web容器(tomcat,也叫servlet容器) ②WebApplicationContext的servlet和Web容器监听器 配置:在web.xml中配置以下:html <context-param> <param-name>contextConfigLocation</param-name> <param-value>
相关文章
相关标签/搜索