Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 553 Bytes

实验五、Spring Cloud Zuul实验

实验步骤

1. 在Eclipse中启动lab05的Student服务

Student Service

2. 在Eclipse中启动Lab05的Spring Cloud Zuul网关服务

Spring Cloud Zuul Service

3. 校验

  • 通过Postman校验
http://localhost:8080/student/echoStudentName/bobo
http://localhost:8080/student/getStudentDetails/bobo
  • 通过Eclipse控制台校验