spring-boot、spring-cloud 中文资料汇总
- SpringBoot快速入门
- Why Spring Boot
- 使用Intellij中的Spring Initializr来快速构建Spring Boot/Cloud工程
- Spring Boot开发Web应用
- Spring Boot构建RESTful API与单元测试
- Spring Boot中Web应用的统一异常处理
- Spring Boot中使用Swagger2构建强大的RESTful API文档
- Spring Boot中使用JavaMailSender发送邮件
- Spring Boot自定义Banner
- Spring Boot 1.5.x新特性:动态修改日志级别
- Spring Boot自动化配置的利弊及解决之道
- Spring Boot的应用限流
- Spring Boot属性配置文件详解
- Spring Boot & Spring Cloud 应用内存管理
- Spring Boot应用的后台运行配置
- 在Heroku上发布Spring Boot应用
- Spring Boot Actuator监控端点小结
- 在传统Spring应用中使用spring-boot-actuator模块提供监控端点
- Spring Boot中使用Actuator的/info端点输出Git版本信息
- 使用Spring Boot Actuator、Jolokia和Grafana实现准实时监控
- 服务注册与发现(Eureka、Consul)
- 服务消费(基础)
- 服务消费(Ribbon)
- 服务消费(Feign)
- 分布式配置中心
- 服务容错保护(Hystrix服务降级)
- 服务容错保护(Hystrix依赖隔离)
- 服务容错保护(Hystrix断路器)
- Hystrix监控面板
- Hystrix监控数据聚合
- 服务网关(基础)
- 服务网关(路由配置)
- 服务网关(过滤器)
- 随机端口
- 健康检查
- Feign的继承特性(伪RPC模式)
- turbine如何聚合设置了context-path的hystrix数据
- 探讨通过Feign配合Hystrix进行调用时异常的处理
- Spring Cloud Hystrix的请求合并
- Ribbon的饥饿加载(eager-load)模式
- Spring Cloud配置中心获取不到最新配置信息的问题
- Spring Cloud Config新手教程及源码分析
- 消费者驱动的微服务契约测试套件:Spring Cloud Contract
- Spring Cloud实践:降级、限流、滚动、灰度、AB、金丝雀的实现思路
- Spring Cloud Zuul实现动态路由
- Spring Cloud实战小贴士:Zuul处理Cookie和重定向
- Spring Cloud源码分析(四)Zuul:核心过滤器
- Spring Cloud实战小贴士:Zuul统一异常处理(一)
- Spring Cloud实战小贴士:Zuul统一异常处理(二)
- Spring Cloud实战小贴士:Zuul统一异常处理(三)【Dalston版】
- Zuul的饥饿加载(eager-load)使用
- Spring Cloud Zuul重试机制探秘