# spring-cloud-docker **Repository Path**: jsk970/spring-cloud-docker ## Basic Information - **Project Name**: spring-cloud-docker - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-02 - **Last Updated**: 2021-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 - 对SpringCloud的组件的了解 - 组件的具体使用 ## Spring Cloud Spring Cloud是在Spring Boot的基础上构建的,用于简化分布式系统构建的工具集,为开发人员提供快速建立分布式系统中的一些常见的模式。 > 例如:配置管理(configuration management),服务发现(service discovery),断路器(circuit breakers),智能路由( intelligent routing),微代理(micro-proxy),控制总线(control bus),一次性令牌( one-time tokens),全局锁(global locks),领导选举(leadership election),分布式会话(distributed sessions),集群状态(cluster state)。 Spring Cloud 包含了多个子项目: > 例如:Spring Cloud Config、Spring Cloud Netflix等 Spring Cloud 项目主页:[http://projects.spring.io/spring-cloud/] | 使用到的软件 | 版本号 | | ------------ | ------------- | | Spring Boot | 1.4.0.RELEASE | | Spring Cloud | Brixton.SR5 | ## 模块介绍: - doc 参考文档 - Eureka 服务注册中心 - service-provider 服务的提供者 - service-consumer 服务的消费者 - config-server 配置中心 - config-repo 配置仓库 - api-gateway api网关