Multiple annotations found at this line:
- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'.
- schema_reference.4: Failed to read schema document 'http://code.alibabatech.com/schema/dubbo/dubbo.xsd',
because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not
- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'.
- schema_reference.4: Failed to read schema document 'http://code.alibabatech.com/schema/dubbo/dubbo.xsd',
because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not
<xsd:schema>.
解决方法:
下载一个dubbo.xsd文件
windows->preferrence->xml->xmlcatalog
add->catalog entry ->file system 选择刚刚下载的文件路径
key type schema location
修改key值和配置文件的http://code.alibabatech.com/schema/dubbo/dubbo.xsd 相同
ok 了
本文介绍了解决 Dubbo 中 XML 配置文件因找不到 dubbo.xsd 文件而导致的注解错误的方法。通过下载正确的xsd文件并正确配置XML目录,可以消除配置过程中的错误提示。
380

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



