eclipse中不能找到dubbo.xsd解决方法
使用dubbo时遇到问题:
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>.
解决方式:
eclispe-->window-->preferences-->xml catalog-->add 注意KEY 需要以/dubbo.xsd结尾,如下图所示
另外:
mvn compile 编译源码
mvn install 安装到本地库
git提交时防止source folder为空,为空则不提交该source folder
git使用时先创建master分支,然后使用create brance创建develop目录,最后使用switch切换到develop后进行提交。
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。