本篇文章给大家分享的是有关DispatcherServlet在springmvc中的作用是什么,小编觉得挺实用的,因此分享给大家学习,希望大家阅读完这篇文章后可以有所收获,话不多说,跟着小编一起来看看吧。
一、程序
(一)web.xml文件中的内容
springmvcServlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:springmvc/spring-mvc.xml 1 springmvcServlet *.html