1. 程式人生 > >spring pom檔案報錯:提示no declaration can be found for element 'dubbo:service'.

spring pom檔案報錯:提示no declaration can be found for element 'dubbo:service'.

pom檔案報錯:The matching wildcard is strict, but no declaration can be found for  element 'dubbo:service'.


解決辦法:

找到dubbo的jar包,解壓後在META-INF資料夾下找到dubbo.xsd 


在eclipse中點選windows-->preferrence-->xml-->xmlcatalog 

選擇add-->catalog entry  -->file system

找到dubbo.xsd檔案。

key:http://code.alibabatech.com/schema/dubbo/dubbo.xsd


點選OK,點選OK。

在pom檔案右擊選擇validate。

ok了