zheng-springboot
介绍
zheng-springboot-demo
├── zheng-springboot springboot功能示例
├── zheng-springboot-eureka-server 服务注册中心
├── zheng-springboot-compute-service 服务提供者
├── zheng-springboot-eureka-ribbon Ribbon实现客户端负载均衡的消费者
├── zheng-springboot-eureka-feign Feign声明式的Web Service客户端消费者
├── zheng-springboot-api-gateway 服务网关
├── zheng-springboot-config-server 分布式配置中心
├── zheng-springboot-config-client 使用分布式配置的客户端
└── zheng-springboot-Initializr