springmvc配置头部问题


xmlns:mvc="http://www.springframework.org/schema/mvc"
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc.xsd
地址中应该写成mvc有时系统自动导入的是cache需要改成mvc


xmlns:mvc="http://www.springframework.org/schema/mvc"
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc.xsd
地址中应该写成mvc有时系统自动导入的是cache需要改成mvc