美文网首页
在写springMVC配置文件时出现错误 cvc-complex

在写springMVC配置文件时出现错误 cvc-complex

作者: q若水 | 来源:发表于2019-05-08 11:18 被阅读0次

一、在2.5版本里,添加springmvc配置文件时,报错

1、错误提示语:cvc-complex-type.2.4.a: Invalid content was found starting with element(servlet)

2、解决方法:

将“http://www.springmodules.org/schema/cache/springmodules-cache.xsd http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd”这段话加入到xml文件的"xmlns:xsi="的标签中

如图所示:

相关文章

网友评论

      本文标题:在写springMVC配置文件时出现错误 cvc-complex

      本文链接:https://www.haomeiwen.com/subject/veqmoqtx.html