cvc-complex-type.2.4.a: Invalid content was found starting with element ‘display-name’. One of '{"ht
解决方法:
将“http://www.springmodules.org/schema/cache/springmodules-cache.xsd http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd”这段话加入到xml文件的"xmlns:xsi="的标签中
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance http://www.springmodules.org/schema/cache/springmodulescache.xsd
http://www.springmodules.org/schema/cache/springmodulesehcache.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
原文链接:https://blog.youkuaiyun.com/suberft/article/details/79892072
本文解决了一个关于XML文件中出现的cvc-complex-type.2.4.a错误,详细介绍了如何通过正确添加schema引用到XML文件的xmlns:xsi标签中来解决此问题。
1万+

被折叠的 条评论
为什么被折叠?



