# zheng-springboot-demo **Repository Path**: shuzheng/zheng-springboot-demo ## Basic Information - **Project Name**: zheng-springboot-demo - **Description**: SpringBoot敏捷微服务开发示例(服务注册中心、服务提供者、实现客户端负载均衡的消费者、声明式的Web Service客户端消费者、服务网关、分布式配置中心、使用分布式配置的客户端) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 153 - **Forks**: 71 - **Created**: 2016-12-18 - **Last Updated**: 2023-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```