xml配置的错误提示:
Multiple annotations found at this line:
- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration ca
n be found for element 'dubbo:application'.
- schema_reference.4: Failed to read schema document 'http://code.alibabatec
h.com/schema/dubbo/dubbo.xsd',
because 1) could not find the document; 2) the document could not be rea
d; 3) the root element of the document is not
解决方案:
1、首先先下载一个dubbo.xsd文件
免费下载地址:http://download.youkuaiyun.com/detail/zp522123428/8036977
或者http://download.youkuaiyun.com/download/he000111/8244449
2、到eclipse中进行设置
windows->preferrence->xml->xmlcatalog->add->catalog entry ->file system 选择刚刚下载的文件
修改key值和配置文件的http://code.alibabatech.com/schema/dubbo/dubbo.xsd 相同,也就是
key = http://code.alibabatech.com/schema/dubbo/dubbo.xsd
3、对配置进行保存,在dubbo对应的xml文件右键,选择validate,就ok了。。