Spring Cloud 五大组件Spring Cloud

Posted Rover20230226

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Cloud 五大组件Spring Cloud相关的知识,希望对你有一定的参考价值。

组件名称 作用 Cloud体系 阿里巴巴体系
注册中心 服务治理 eureka nacos
负载均衡 集群负载 config nacos
配置中心 配置管理 Ribbon nacos
网关 请求的出入口 Gateway Gateway
熔断器 服务安全 Hystrix sentinel

以上是关于Spring Cloud 五大组件Spring Cloud的主要内容,如果未能解决你的问题,请参考以下文章

Spring Cloud

spring cloud feign 调用返回结果为null 的原因

Spring Cloud中五大神兽总结(Eureka/Ribbon/Feign/Hystrix/zuul)

关于Spring Cloud微服务架构核心组件

SpringCloud

面试官:说说Spring Cloud底层原理?