Myeclipse中使用dubbo报错Multiple annotations found at this line

在使用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 
解决方案

要解决这个问题需要下载dubbo.xsd文件,然后在myeclipse中导入这个文件。

  1. 文件下载:点击打开下载链接
  2. 打开myeclipse,选择 windows->preferrence->xml->xmlcatalog进入一下界面:
    在这里插入图片描述
  3. 点击add->file System 选择下载的dubbo.xsd文件,然后点击打开
    dubbo.xsd
  4. 修改下面的key值,默认是没有后面的dubbo.xsd,添加上然后点击确认
    key值修改
    到此问题即可以解决了。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章