# springcloud2020 **Repository Path**: iswxw/springcloud2020 ## Basic Information - **Project Name**: springcloud2020 - **Description**: 微服务架构集大成者,云计算最佳业务实践。Spring Cloud专注于为典型的用例和可扩展性机制(包括其他用例)提供良好的开箱即用体验。分布式/版本化配置 服务注册和发现 、路由、服务到服务的呼叫、负载均衡、断路器、分布式消息传递。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: dev-wxw - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-18 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springcloud2020 微服务架构集大成者,云计算最佳业务实践。 --- ### SpringCloud 生态 - [【项目实战 Spring Cloud Gataway】]() - [【项目实战 Spring Cloud Hystrix】]() - [【项目实战 Spring Cloud OpenFeign】]() - [【项目实战 Spring Cloud sleuth】]() 分布式请求链路跟踪 - [【项目实战 Spring Cloud stream】]() 消息驱动 ,屏蔽底层 mq实现方式,统一消息编程模型 ,解决重复消费(使用消息分组解决)和持久化问题 - [【项目实战 Spring Cloud bus】]() 服务配置总线 - [【项目实战 Spring Cloud config】]() 服务集群配置中心 ### 服务注册与发现 - [【项目实战 Spring Cloud Zookeeper】]() - [【项目实战 Spring Cloud Consul 】]() - [【项目实战 Spring Cloud Eureka】]() - [【项目实战 Spring Cloud Nacos】]() - [【项目实战 Spring Cloud Apollo】]() 分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景. ### SpringCloud Alibaba系列 - [【项目实战 Spring Cloud nacos】]() - [【项目实战 Spring Cloud alibaba-histrix】]() - [【项目实战 Spring Cloud alibaba-seata】]() - [【项目实战 Spring Cloud alibaba-sentinel】]()