前言
之前写过一个 基于Spring Cloud的微服务入门教程,在写的过程中多次提到更多进阶内容会在另一个教程中给出,不过由于懒,这个教程一直处于遥遥无期的状态,不过现在终于想静下心来学一下新技术,顺便写写东西了,不然用不了多久就会被技术给“淘汰”了。
版本
该教程使用的 Spring boot
Spring Cloud
版本,都选用最新的稳定版,即 springboot-2.1.4.RELEASE
springcloud-Greenwich.RELEASE
。
内容
该教程涉及的内容暂时没有确定,博客这种东西,感觉就是想到什么或学到什么就写什么,当然各位看官也可以在评论留言想了解什么,如果我会的,我会尽量抽空把自己的看法写出来分享给大家。
源码
https://github.com/sprainkle/spring-cloud-advance
系列文章
Common
统一异常处理介绍及实战
统一异常处理介绍及实战——支持自定义错误信息
RestTemplate 在 Spring Cloud 中的使用技巧
分布式锁可以这么简单?
Spring Cloud Eureka
Spring Cloud Eureka 客户端服务快速上下线
Spring Cloud Gateway
Spring Cloud Gateway:retry 与 fallback
Spring Cloud Config
Spring Cloud Config:高可用 Config Server
Spring Cloud OpenFeign
Spring Cloud OpenFeign 重试造成插入多条数据
Spring Cloud Security(OAuth2)
敬请期待...
Spring Cloud Stream
Spring Cloud Stream 进阶配置——高吞吐量(一)
Spring Cloud Stream 进阶配置——高吞吐量(二)
Spring Cloud Stream 进阶配置——高吞吐量(三)
Spring Cloud Stream 进阶配置——高可用(一)
Spring Cloud Stream 进阶配置——高可用(二)——死信队列
Spring Cloud Stream 进阶配置——使用延迟队列实现“定时关闭超时未支付订单”
Spring Cloud Stream 进阶配置——动态路由
网友评论