# spring-cloud-gateway-learn **Repository Path**: who7708/spring-cloud-gateway-learn ## Basic Information - **Project Name**: spring-cloud-gateway-learn - **Description**: spring cloud 网关相关学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-cloud-gateway-learn ## 介绍 spring cloud 网关相关学习 ## 视频连接 [极速入门SpringCloud之API网关与服务发现](https://www.imooc.com/learn/1134) ## 相关 api ``` 原 api 地址: http://localhost:8090/echoStudentName/{name} http://localhost:8090/getStudentDetails/{name} 网关 api 地址: http://localhost:8080/student/echoStudentName/{name} http://localhost:8080/student/getStudentDetails/{name} ``` ## consul 相关下载,支持多种主流语言: java, go... ``` ``` ## 总结 ![基于zuul1.x同步阻塞网关的实现](img/1.png) ![基于Gateway异步非阻塞网关的实现](img/2.png) ![zuul1.x vs zuul2.x vs gateway 实现原理1](img/3.png) ![zuul1.x vs zuul2.x vs gateway 实现原理2](img/4.png) ![服务发现在业界的使用情况](img/5.png) ![基于eureka的服务发现足以的实现](img/6.png)