SpringBoot与Dubbo对应版本问题

提供github对应地址点击进入查看

懒人也可以看我下面内容

在这里插入图片描述
例如:

springboot:2.1.6.RELEASE
dubbo-spring-boot-starter : 0.2.1.RELEASE
dubbo: 2.6.5
这样是没有问题的。但是如果把dubbo升到2.6.5之后是不可以的

大致就是下面这样

springboot dubbo-spring dubbo
1.x 0.1.2.RELEASE 2.6.5+ 2.6.6以上的dubbo需要配置netty-alljar包
2.0.0~2.0.9 0.2.1.RELEASE 2.6.5/2.6.6/2.6.7
2.1.x 0.2.1.RELEASE 2.6.5 /2.7.1

猜你喜欢

转载自blog.csdn.net/weixin_44255950/article/details/106181133