# SpringCloud **Repository Path**: lasing/SpringCloud ## Basic Information - **Project Name**: SpringCloud - **Description**: Spring Cloud样例工程 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-13 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #SpringCloud #### 1、microservice-eureka-server 注册中心,提供服务注册与发现功能 #### 2、microservice-config-server 分布式配置中心,统一管理环境配置 #### 3、microservice-provider-user 用户服务提供者 #### 4、microservice-consumer-user 用户服务消费者 #### 5、microservice-common-core 微服务的公共工具包,以jar包形式供各个工程使用 #### 6、microservice-gateway-zuul 微服务网关,提供动态路由,监控,弹性,安全等边缘服务