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 xsd:schema.
1.下载dubbo.xsd文件 https://download.youkuaiyun.com/download/qq_41892645/10817374
2、打开eclipse, window–>xml–>xmlCatalog–>add–>FileSystem,引入dubbo.xsd文件
3、修改key值http://code.alibabatech.com/schema/dubbo/dubbo.xsd
4.找到报错的xml文件右键点击validate问题解决成功