一、Sping Cloud注意项
一)、Sping Cloud和Dubbo对应
content
|
Dubbo
|
SpringCloud
|
服务注册中心
|
zookeeper
|
Spring Cloud Netflix Eureka
|
服务调用方式
|
RPC
|
REST API
|
服务网关
|
无
|
Spring Cloud Netflix Zuul
|
断路器
|
不完善
|
Spring Cloud Netflix Hystrix
|
分布式配置
|
无
|
Spring Cloud Config
|
服务跟踪
|
无
|
Spring Cloud Sleuth
|
消息总线
|
无
|
Spring Cloud Bus
|
数据流
|
无
|
Spring Cloud Stream
|
批量任务
|
无
|
Spring Cloud Task
|
- 虽然dubbo没有提供很多解决方案,但他也可以整合第三方的项目来实现。
二)、Sping Cloud和Spring Boot版本对应
Spring Cloud
|
Spring Boot
|
Finchley
|
兼容Spring Boot 2.0.x,不兼容Spring Boot 1.5.x
|
Dalston和Edgware
|
兼容Spring Boot 1.5.x,不兼容Spring Boot 2.0.x
|
Camden
|
兼容Spring Boot 1.4.x,也兼容Spring Boot 1.5.x
|
Brixton
|
兼容Spring Boot 1.3.x,也兼容Spring Boot 1.4.x
|
Angel
|
兼容Spring Boot 1.2.x
|
- SRX,X代表一个数字,这个是小版本号
版本名称
|
版本
|
Finchley
|
snapshot版
|
Edgware
|
snapshot版
|
Dalston SR1
|
当前最新稳定版本
|
Camden SR7
|
稳定版本
|
Brixton SR7
|
稳定版本
|
Angel SR6
|
稳定版本
|
二、Sping Cloud简介
一)、 学习基础链接
- segmentfault 分享:推荐几个Spring Cloud学习资料
- 程序猿DD分享:链接
- 优快云博客分享:方志朋的博客链接