开发的时候版本不兼容挺折腾的,springboot、springcloud、dubbo这三者之间的兼容,以springboot为中间连接:
| springboot | dubbo-spring |
|---|---|
| 1.x | 0.1.2.RELEASE |
| 2.0.0~2.0.9 | 0.2.1.RELEASE |
| 2.1.x | 0.2.1.RELEASE |
| springcloud | springboot |
|---|---|
| Angel版本 | 兼容Spring Boot 1.2.x |
| Brixton版本 | 兼容Spring Boot 1.3.x,也兼容Spring Boot 1.4.x |
| Camden版本 | 兼容Spring Boot 1.4.x,也兼容Spring Boot 1.5.x |
| Dalston版本、Edgware版本 |

本文介绍了在开发过程中遇到的springboot、springcloud和dubbo版本不兼容的问题,强调了springboot作为连接两者的关键。通过提供特定的pom配置示例,帮助开发者解决这类兼容性挑战。
最低0.47元/天 解锁文章
6691

被折叠的 条评论
为什么被折叠?



