错误:cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'.
这种错误的原因就是某个标签没找到引用的具体配置文件。
Spring解析到你有一个dubbo定义的标签的时候,会从jar包里面的指定位置(meta-inf下面)去寻找xsd的定义没找到。
解决办法就是手动关联。
2、错误Failed to bind NettyServer....
端口占用,杀死相关的进程,重新运行
参考:https://my.oschina.net/alexgaoyh/blog/519889