<mvc:annotation-driven />和<mvc:resources>标签配置错误

springmvc.xml中和mvc:resources标签配置一直显示错误,下面说是cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:resources'.和mvc:annotation-driven我看百度了,看我的头文件没有问题,jar包依赖也没问题,大神们求解决

http://blog.csdn.net/tonytfjing/article/details/38979677

肯定是没有引入mvc的命名空间啊
xmlns:mvc="http://www.springframework.org/schema/mvc"

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