Skip to content

Latest commit

 

History

History
 
 

ahao-spring-cloud-gateway

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

简介

一个Spring Cloud Gateway网关的Demo. 将请求转发到其他主机上, 类似Nginx. 可以和Zuul进行对比.

使用步骤

  1. 启动Eureka
  2. 启动本项目
  3. 访问http://127.0.0.1:8761/get, 正常输出
  4. 访问http://127.0.0.1:8080/api/get, 输出转发后的结果

参考资料