spring项目中引入dubbo service xml报错的解决方案

我们使用dubbo项目时会引入dubbo中自定义的bean元素,往往会在eclipse编辑器中报错如下:

spring项目中引入dubbo service xml报错的解决方案_第1张图片


错误:cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'.


解决方案:

windows->preferences:

spring项目中引入dubbo service xml报错的解决方案_第2张图片


点击Add

spring项目中引入dubbo service xml报错的解决方案_第3张图片


如果eclipse还是有红叉,把eclipse关掉重新打开试试

你可能感兴趣的:(java,dubbo)