<mvc:annotation-driven/>报错
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:annotation-driven'.
原因在于,你引用spingmvc.xml中的头文件时3.0版本的xsd,mvc:annotation-driven这个注解时3.1才有的,所以我把xsd文件的版本换成4.0的就好了