# SpringCloudStudyDemos **Repository Path**: hanyulin06/SpringCloudStudyDemos ## Basic Information - **Project Name**: SpringCloudStudyDemos - **Description**: SpringCloud学习笔记相关 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-15 - **Last Updated**: 2023-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringCloud ## README # SpringCloudStudyDemos #### 介绍 主要就是SpringCloud学习笔记。 学习视频:[springcloud学习视频](https://www.bilibili.com/video/BV18E411x7eT) #### 技术选型 Springboot : 2.2.2 spring cloud : 2020.0.3 spring cloud alibaba :2.1.0.RELEASE ```xml UTF-8 1.8 1.8 4.12 1.2.17 1.16.18 8.0.26 1.1.16 1.3.0 5.7.8 ........ ``` #### 模块 * cloud-api-commons 公共模块 > 服务注册:Eureka * cloud-eureka-server7001 eureka-server模块:7001 * cloud-eureka-server7002 eureka-server模块:7002 * cloud-consumer-order80 消费方80(Eureka服务注册) * cloud-provider-payment8001 生产方8001(Eureka服务注册) * cloud-provider-payment8002 生产方8002(Eureka服务注册) > 服务注册:Zookeeper * cloud-consumerzk-order80 消费方80(Zookeeper服务注册) * cloud-provider-payment8004 生产方8004(Zookeeper服务注册) > 服务注册:Consul * cloud-consumerconsul-order80 消费方80(consul服务注册) * cloud-provider-payment8006 生产方8006(consul服务注册) --- > 服务调用:Ribbon * cloud-consumer-order80 (Rabbion服务调用) > 服务调用:Open Feign * cloud-consumer-feign-order80 消费方80(OpenFeign服务接口调用) --- > 服务降级:Hystrix * cloud-provider-hystrix-payment8001 生产方8001(Hystrix熔断) * cloud-consumer-feign-hystrix-order80 消费方80(Hystrix熔断) * cloud-consumer-hystrix-dashboard9001 开启Hystrix图形化搭建 --- > 服务网关:Spring Cloud Gateway * cloud-gateway-gateway9527 网关9527(GateWay:断言、过滤、路由匹配) --- > 服务配置:Spring Cloud Config * cloud-config-center3344 配置中心3344 * cloud-config-client3355 配置中心客户端3355 * cloud-config-client3366 配置中心客户端3366 --- > 消息总线:Spring Cloud Bus > * cloud-config-center3344 配置中心3344 * cloud-config-client3355 配置中心客户端3355 * cloud-config-client3366 配置中心客户端3366 --- > 消息驱动:Spring Cloud Stream * cloud-stream-rabbitmq-provider8801 消息驱动:生产方 * cloud-stream-rabbitmq-consumer8802 消息驱动:消费者 * cloud-stream-rabbitmq-consumer8803 消息驱动:消费者 --- > 链路追踪: * cloud-provider-payment8001 生产方8001 * cloud-consumer-order80 消费方80 ---- > Spring Cloud Alibaba Nacos 服务注册 * cloud-alibaba-provider-payment9001 生产者9001 * cloud-alibaba-provider-payment9002 生产者9002 * cloud-alibaba-consumer-nacos-order83 消费者83 ---- > Spring Cloud Alibaba Nacos 配置中心 * cloud-alibaba-config-nacos-client3377 基础配置 #### 其他 笔记保存在:[Spring Cloud专栏](https://gitee.com/hanyulin06/study-notes/blob/master/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/%E5%BE%AE%E6%9C%8D%E5%8A%A1/SpringCloud%E5%AD%A6%E4%B9%A0.md) 打算搞一点脑图,暂时保存在合集里面的`pic`里面。