zoukankan      html  css  js  c++  java
  • dubbo dubbo.xsd 报错

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

    一.解决方法

       1.下载dubbo.xsd

        下载地址:http://download.csdn.NET/detail/gjldwz/9414013

       2.preferences-

    如图,手动加上dubbo.xsd location:是你放dubbo.xsd的路径

    注意的是:你手动加上以后,key的路径是不完整的,没有指定文件名称,需要在原地址上加上/dubbo.xsd,好多人都没加,导致报错去不掉,然后update project就行了,或者重新粘贴复制一下你报错的xml的内容。

  • 相关阅读:
    个人附加作业
    个人最终总结
    结对作业--电梯调度
    VS2015安装&简单的C#单元测试
    C#程序代码分析(第三周)
    HTML学习有感
    gitlab使用有感之坚持
    学习有感

    Activity总结
  • 原文地址:https://www.cnblogs.com/jtlgb/p/6911536.html
Copyright © 2011-2022 走看看