Skip to content

Latest commit

 

History

History

lab03

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

实验三、Zuul网关集成CAT实验

实验步骤

1. 启动本地CAT

参考lab01

2. 启动案例项目

参考lab02

3. 启动Zuul网关

参考:

注意:

  • 修改Zuul端口为9000
  • 修改mobile_zuul.properties中的路由配置:
zuul.routing_table_string=acme@http://localhost:8081

4. 调用API

通过postman分别调用如下API:

http://localhost:9000/api/acme/start
http://localhost:9000/api/acme/readtimeout

5. 通过CAT查看调用链