Spring Cloud

102 阅读1分钟

SpringCloud技术栈

image.png

image.png

技术选型

Spring Boot 版本选择 :2.x版

Boot官方强烈建议升级到2.x版本

Spring Cloud 版本选择: H版

Cloud 组件停更说明

image.png

服务注册:使用Nacos替换Eureka

服务调用:Ribbon

服务调用2:OpenFeign

服务降级/熔断: sentinel(阿里的)

服务网关:gateway

服务配置:Nacos(必原生的好)

服务总线:Nacos(比原生的好)

Demo