File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- #Simple microservice with eureka client and server
1+ # Simple microservice with eureka client and server
22
3- Note: run as springbootapp
43
5- first- Run discovery server
6- then all other microservices
7- In the end run spring cloud gateway
84
5+ # Quick Start
6+ Note: Run as Springbootapp using Spring Tool Suite
7+ Run discovery server
8+ Run all three microservices
9+ Run gateway Service
10+
11+ # Review
912Go To Url: http://localhost:8661/service-one/get
1013Go To Url: http://localhost:8662/service-two/get
1114Go To Url: http://localhost:8663/service-three/get
1215
13- Now Go To Url for gateway routing :
16+ # Result
17+ Go To Url for gateway routing :
1418http://localhost:8080/service-one/get
1519http://localhost:8080/service-two/get
1620http://localhost:8080/service-three/get
You can’t perform that action at this time.
0 commit comments