摘要: Spring Cloud Alibaba:Sentinel实现熔断与限流 摘要 Spring Cloud Alibaba 致力于提供微服务开发的一站式解决方案,Sentinel 作为其核心组件之一,具有熔断与限流等一系列服务保护功能 。 Sentinel简介 随着微服务的流行,服务和服务之间的稳定性 阅读全文
posted @ 2021-02-12 17:25 reno2020 阅读(215) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Alibaba:Nacos 作为注册中心和配置中心使用 摘要 Spring Cloud Alibaba 致力于提供微服务开发的一站式解决方案,Nacos 作为其核心组件之一,可以作为注册中心和配置中心使用 。 Nacos简介 Nacos 致力于帮助您发现、配置和管理微服务。 阅读全文
posted @ 2021-02-12 17:23 reno2020 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Gateway:新一代API网关服务 摘要 Spring Cloud Gateway 为 SpringBoot 应用提供了API网关支持,具有强大的智能路由与过滤器功能 。 Gateway 简介 Gateway是在Spring生态系统之上构建的API网关服务,基于Sprin 阅读全文
posted @ 2021-02-12 17:16 reno2020 阅读(470) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Config:外部集中化配置管理 摘要 Spring Cloud Config 可以为微服务架构中的应用提供集中化的外部配置支持,它分为服务端和客户端两个部分 。 Spring Cloud Config 简介 Spring Cloud Config 分为服务端和客户端两个部 阅读全文
posted @ 2021-02-12 17:10 reno2020 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Spring Boot Admin:微服务应用监控 摘要 Spring Boot Admin 可以对SpringBoot应用的各项指标进行监控,可以作为微服务架构中的监控中心来使用 。 Spring Boot Admin 简介 SpringBoot应用可以通过Actuator来暴露应用运行过程中的各 阅读全文
posted @ 2021-02-12 17:04 reno2020 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Security:Oauth2使用入门 摘要 Spring Cloud Security 为构建安全的SpringBoot应用提供了一系列解决方案,结合Oauth2可以实现单点登录、令牌中继、令牌交换等功能 。 OAuth2 简介 OAuth 2.0是用于授权的行业标准协议 阅读全文
posted @ 2021-02-12 16:57 reno2020 阅读(1990) 评论(0) 推荐(1) 编辑
摘要: Spring Cloud Consul:服务治理与配置中心 摘要 Spring Cloud Consul 为 SpringBoot 应用提供了 Consul的支持,Consul既可以作为注册中心使用,也可以作为配置中心使用 。 Consul 简介 Consul是HashiCorp公司推出的开源软件, 阅读全文
posted @ 2021-02-12 16:42 reno2020 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Zuul:API网关服务 摘要 Spring Cloud Zuul 是Spring Cloud Netflix 子项目的核心组件之一,可以作为微服务架构中的API网关使用,支持动态路由与过滤功能 。 Zuul简介 API网关为微服务架构中的服务提供了统一的访问入口,客户端通 阅读全文
posted @ 2021-02-12 16:37 reno2020 阅读(76) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud OpenFeign:基于Ribbon和Hystrix的声明式服务调用 摘要 Spring Cloud OpenFeign 是声明式的服务调用工具,它整合了Ribbon和Hystrix,拥有负载均衡和服务容错功能 。 Feign简介 Feign是声明式的服务调用工具,我们只需 阅读全文
posted @ 2021-02-12 16:24 reno2020 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Hystrix Dashboard:断路器执行监控 摘要 Spring Cloud Hystrix Dashboard 是Spring Cloud中查看Hystrix实例执行情况的一种仪表盘组件,支持查看单个实例和查看集群实例 。 Hystrix Dashboard简介 H 阅读全文
posted @ 2021-02-12 16:15 reno2020 阅读(76) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Ribbon:负载均衡的服务调用 摘要 Spring Cloud Ribbon 是Spring Cloud Netflix 子项目的核心组件之一,主要给服务间调用及API网关转发提供负载均衡的功能 。 Ribbon简介 在微服务架构中,很多服务都会部署多个,其他服务去调用该 阅读全文
posted @ 2021-02-12 14:22 reno2020 阅读(87) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Eureka:服务注册与发现 摘要 Spring Cloud Eureka是Spring Cloud Netflix 子项目的核心组件之一,主要用于微服务架构中的服务治理。 Eureka简介 在微服务架构中往往会有一个注册中心,每个微服务都会向注册中心去注册自己的地址及端口 阅读全文
posted @ 2021-02-12 13:25 reno2020 阅读(90) 评论(0) 推荐(0) 编辑
摘要: SpringCloud总结 什么是SpringCloud 构建分布式系统不应该是复杂的,SpringCloud对常见的分布式系统模式提供了简单易用的编程模型,帮助开发者构建弹性、可靠、协调的应用程序。 SpringCloud是在SpringBoot的基础上构建的,使开发者可以轻松入门并快速提高工作效 阅读全文
posted @ 2021-02-12 13:17 reno2020 阅读(76) 评论(0) 推荐(0) 编辑