Spring v3 no declaration can be found for element 'mvc:resources'

后端 未结 5 1081
广开言路
广开言路 2020-12-01 14:23

Currently Running

Tomcat: v6

Spring Tools Suite: v2.7.2

Spring Framework: spring-webmvc-3.0.5

Servlet XML

 

        
5条回答
  •  情话喂你
    2020-12-01 14:32

    When using Spring namespaces urls I normally do not use version information and that works most of the time pretty well. You might like to try the namespace url

    http://www.springframework.org/schema/mvc/spring-mvc.xsd
    

    instead of

    http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd
    

提交回复
热议问题