dubbo配置文件报错..

来源:互联网 发布:浙江大学翁恺 c语言pat 编辑:程序博客网 时间:2024/05/25 12:22

在使用maven导入dubbo的时候,有时候application.xml会有dubbo标签报错

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>.


解决办法:

下载一个dubbo.xsd。windows->preferrence->xml->xmlcatalog ,add->catalog entry  ->file system 选择刚刚下载的文件路径


然后在配置文件加入


到此ok。


0 0
原创粉丝点击