Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 704 Bytes

File metadata and controls

15 lines (9 loc) · 704 Bytes

SpringCloud

SpringCloud-示例项目简单说明

microservice-discovery-eureka:服务发现,eureka服务注册中心,以及使用spring-security验证登陆

micoservice-provide-user, micoservice-provide-user2:服务提供者,两个消费者便于负载均衡实验

microservice-ribbon:客户端负载均衡ribbon使用示例,以及ribbon中hystrix熔断器的简单使用示例

microservice-feign:声明式REST客户端Feign使用示例,和reign中自带的hystrix的简单使用

microservice-ribbon-hystrixdashboard:ribbon中配置hystrix-dashboard,feign的配置与ribbon无异

micoserice-gateway-zuul:api-gateway zuul使用示例,路由配置,header配置等