0
点赞
收藏
分享

微信扫一扫

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element


 http://www.iteye.com/problems/81168

在springmvc的配置文件中,<mvc:default-servlet-handler/>报错,错误信息为cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 

 'mvc:default-servlet-handler',根据http://www.iteye.com/problems/81168中的提示,应该是使用的schema的版本不对,之前我的springmvc配置文件的一部分是

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element_spring

修改为以下方式就可以了:


cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element_配置文件_02


举报

相关推荐

0 条评论