02 2022 档案
摘要:(11.1 整合 Seata AT 模式实现分布式事务) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Seata 中文官网》 《Se
阅读全文
摘要:(11. 分布式事务) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 分布式事务是指事务的参与者、支持事务的服务器、资源服务器及事务管理
阅读全文
摘要:(10.3 使用 Zipkin 可视化日志追踪) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Zipkin 允许开发人员以图形方式查看
阅读全文
摘要:(10.2 使用 Papertrail 实现日志聚合) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Papertrail 是一种基于云
阅读全文
摘要:(10.1 使用 Sleuth 追踪服务调用链) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Spring Cloud Sleuth
阅读全文
摘要:(10. 分布式追踪) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 微服务的调试问题会比较复杂,可以使用分布式追踪解决; 1. 分布式
阅读全文
摘要:(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
阅读全文