# alibaba-springcloud **Repository Path**: fuyi1/alibaba-springcloud ## Basic Information - **Project Name**: alibaba-springcloud - **Description**: spring-cloud-alibaba-demo,对阿里巴巴全家桶学习。 分布式系统微服务注册中心与配置中心:Nacos 分布式系统微服务流量防卫兵:Sentinel 分布式系统微服务网关:Gateway 分布式系统微服务负载均衡:Ribbon,Feign 分布式系统微服务链路追踪:Sleuth,Zipkin 分布式系统微服务中间件:RabbitMQ - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-25 - **Last Updated**: 2025-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 网关子项目简介 --------- ## 关键词 springcloud gateway、RateLimiter(限流)、动态路由、网关 ## 简介 SpringCloud Gateway是基于Spring Framework 5,Project Reactor和Spring Boot 2.0构建,目标是用于替代zuul。本项目网关管理端应用如下: | 服务名 | 简介 | 默认地址 | |--------------------|---------------------|--------------------------| | gateway-admin | 网关管理应用集群 | http://81.68.143.84:8446,http://81.68.143.84:8447,http://81.68.143.84:8447 | | gateway-web | 网关入口应用 | http://angelyang.co:8845 | | MySQL | 端口 | http://81.68.143.84:3306 从库端口3307 | | admin后台 | 端口 | 8085 | | 分销商 | 端口 | 8087 | | 消费者 | 端口 | 8086 | | 景区商户 | 端口 | 8088 | | 第三方接口 | 端口 | 8050 | | 限流熔断sentinel-dashboard | 端口 | 9999 | | 链路追踪skyWalking | 端口 | 8080 | | redis | 端口 | 81.68.143.84:26379,81.68.143.84:26380,81.68.143.84:26381 |