You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
# SpringCloud-Example
|
|
|
|
|
|
本项目包含了 Spring Cloud 系列组件的使用 Demo 集合,及在此 Demo 基础上的添加分布式应用系列实践:
|
|
|
|
|
|
|
|
|
|
|
|
[系列文章地址](http://www.gxitsky.com/categories/Spring-Cloud系列/):http://www.gxitsky.com/categories/Spring-Cloud系列/
|
|
|
|
|
|
|
|
|
|
|
|
Blog:http://www.gxitsky.com/
|
|
|
|
|
|
|
|
|
|
|
|
Github:https://github.com/gxing19/SpringCloud-Example
|
|
|
|
|
|
|
|
|
|
|
|
Gitee:https://gitee.com/gxing19/SpringCloud-Example
|
|
|
|
|
|
|
|
|
|
|
|
## Spring Cloud 系列组件 Demo
|
|
|
|
|
|
1. Eureka 注册中心配置、集群、监控
|
|
|
|
|
|
2. Ribbon 客户端负载均衡
|
|
|
|
|
|
3. Feign 声明式 REST 客户端
|
|
|
|
|
|
4. Hystrix 服务容错断路器
|
|
|
|
|
|
5. Zuul AIP网关,路由和过滤器
|
|
|
|
|
|
6. Config Server JDBC 实现
|
|
|
|
|
|
7. Config Server Git 实现
|
|
|
|
|
|
8. Sleuth 分布式链路跟踪
|
|
|
|
|
|
9. Spring Cloud Bus 消息总线
|
|
|
|
|
|
10. Spring Cloud Stream 消息驱动
|
|
|
|
|
|
|
|
|
|
|
|
## 分布式应用系列
|
|
|
|
|
|
1. 微服务之间调用的安全认证-基本 JWT 实现,使用 java-jwt 库
|
|
|
|
|
|
|
|
|
|
|
|
## 更新日志
|
|
|
|
|
|
|
|
|
|
|
|
1. 同步到 Gitee(2020-08-01)
|