# springcloud-alibaba-chapter03 **Repository Path**: turing-ice/springcloud-alibaba-chapter03 ## Basic Information - **Project Name**: springcloud-alibaba-chapter03 - **Description**: 第3章负载均衡代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 33 - **Created**: 2025-04-01 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 第3章 负载均衡 负载均衡(Load Balancing)是网络通信中常见的一种技术,它通过将请求分发到多个服务器上,来提高系统的可用性、吞吐量和响应速度。 ## 安装 1. 运行 nacos 2. 运行 provider 3. 运行 consumer ![](./doc/img/1.png) ## 任务 1.解释上述页面 2.修改上述页面,添加个人信息 3. 使用nginx 实现 服务器端的负载均衡(反向代理)