SpringMVC可以配置多个拦截后缀*.html和.do等
因此在xml文件中我们可以这样配置:
springmvc org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:config/dispatcher-servlet.xml 2 springmvc *.do springmvc *.html
本文共 598 字,大约阅读时间需要 1 分钟。
SpringMVC可以配置多个拦截后缀*.html和.do等
因此在xml文件中我们可以这样配置:
springmvc org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:config/dispatcher-servlet.xml 2 springmvc *.do springmvc *.html
转载于:https://www.cnblogs.com/xtdxs/p/6597852.html