An open API service indexing awesome lists of open source software.

https://github.com/zhangquanli/spring-cloud-demo

Demo Project for Spring Cloud
https://github.com/zhangquanli/spring-cloud-demo

Last synced: about 2 months ago
JSON representation

Demo Project for Spring Cloud

Awesome Lists containing this project

README

          

|项目名称|项目描述|
|---|---|
|eureka-server|使用eureka注册与发现服务|
|service-simple|提供简单访问接口的基础组件|
|service-ribbon|使用restTemplate调用服务、ribbon负载均衡、hystrix熔断服务的基础组件|
|service-feign|使用feign调用服务、ribbon负载均衡、hystrix熔断服务的基础组件|
|service-zuul|使用zuul路由网关的基础组件|