https://github.com/mryang/springcloud
springcloud 学习
https://github.com/mryang/springcloud
spring springboot springcloud
Last synced: 5 months ago
JSON representation
springcloud 学习
- Host: GitHub
- URL: https://github.com/mryang/springcloud
- Owner: MrYang
- Created: 2017-05-07T12:59:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T14:14:47.000Z (over 6 years ago)
- Last Synced: 2024-09-23T05:45:57.504Z (almost 2 years ago)
- Topics: spring, springboot, springcloud
- Language: Java
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springcloud
### springcloud 学习
- cloud-config [配置中心](https://github.com/MrYang/springcloud/tree/master/cloud-config-server)
- cloud-bus 与config配合,修改配置后自动刷新bean
- eureka [注册中心](https://github.com/MrYang/springcloud/tree/master/cloud-eureka-server)
- hystrix [熔断器](https://github.com/MrYang/springcloud/tree/master/cloud-eureka-ribbon)
- hystrix-dashboard [服务调用情况](https://github.com/MrYang/springcloud/tree/master/cloud-eureka-ribbon)
- hystrix-turbine
- ribbon [负载均衡请求](https://github.com/MrYang/springcloud/tree/master/cloud-eureka-ribbon)
- feign [负载均衡请求,封装了ribbon, 自带熔断器](https://github.com/MrYang/springcloud/tree/master/cloud-eureka-feign)
- zuul [网关,动态路由,监控服务](https://github.com/MrYang/springcloud/tree/master/cloud-zuul-proxy)
- sleuth&zipkin [服务调用链追踪](https://github.com/MrYang/springcloud/tree/master/cloud-zipkin-server)