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'.

spring pom文件报错:提示no declaration can be found for element 'dubbo:service'._第1张图片


解决办法:

找到dubbo的jar包,解压后在META-INF文件夹下找到dubbo.xsd 

spring pom文件报错:提示no declaration can be found for element 'dubbo:service'._第2张图片

在eclipse中点击windows-->preferrence-->xml-->xmlcatalog 

选择add-->catalog entry  -->file system

找到dubbo.xsd文件。

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

spring pom文件报错:提示no declaration can be found for element 'dubbo:service'._第3张图片

点击OK,点击OK。

在pom文件右击选择validate。

ok了

你可能感兴趣的:(spring pom文件报错:提示no declaration can be found for element 'dubbo:service'.)