问题现象:

eclipse 错误面板报一下错误,导致开发中无法部署到tomcat,xml配置文件中的dubbo标签都显示红色叉叉:

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration


解决方案:

1、下载dubbo包,解压获得dubbo.xsd文件

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration


2、eclipse 添加xml catalog配置,并重新运行validation 校验xml文件。注意key的值,是有xsd。有些人配的是http://code.alibabatech.com/schema/dubbo,但是好像不行。

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration

相关文章:

  • 2022-01-23
  • 2021-05-30
  • 2021-07-11
  • 2021-05-12
  • 2022-12-23
猜你喜欢
  • 2021-06-07
  • 2021-08-25
  • 2021-07-01
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案