摘要:
(7.2 构建使用 JWT 令牌存储的 OAuth2 安全认证) 前言 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 JWT 为 OAuth2 令牌提供规 阅读全文
摘要:
(7.1 基于 OAuth2 的安全认证) 前言 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 OAuth2 是一个基于令牌的安全验证和授权框架。他允许用 阅读全文
摘要:
(7. 安全保护) 前言 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 安全性是暴露由许多微服务组成的公共访问 API 时要考虑的最重要的一个方面。Spr 阅读全文
摘要:
(5.4 Sentinel 流控、统计和熔断的源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Sentinel GitHub 阅读全文
摘要:
(5.2 基于 Sentinel 的服务限流及熔断) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Sentinel GitHub 官 阅读全文
摘要:
(5.1 使用 Netflix Hystrix 断路器) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Hystrix 是一个延迟和容灾 阅读全文
摘要:
@(5. 服务容灾) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 当服务器压力剧增的情况下,根据实际业务情况及流量,对一些服务和页面有 阅读全文
摘要:
(4.2 Feign 与 OpenFeign 的服务接口调用) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Feign 是一个声明式的 阅读全文
摘要:
(4.1 基于 Ribbon 的负载均衡详解) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Spring Cloud Ribbon 是 阅读全文
摘要:
(4. 服务调用) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 服务调用是在注册中心的基础之上,解决应该调用哪个服务实例的问题; 1. 阅读全文