dubbo 中 http://code.alibabatech.com/schema/dubbo/dubbo.xsd錯誤


org.xml.sax.SAXParseException: 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文件並將改文件添加到XML catalog element 中key值為xml文件中的連接,location為下載的文件路徑

如果還不行進行如下操作

解決方案:

添加dubbo框架的jar包

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo</artifactId>
<version>2.5.5</version>
</dependency>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM