Skip to content

Commit 9ca79f4

Browse files
authored
Update README.MD
1 parent 1c4bcdd commit 9ca79f4

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
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
912
Go To Url: http://localhost:8661/service-one/get
1013
Go To Url: http://localhost:8662/service-two/get
1114
Go 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 :
1418
http://localhost:8080/service-one/get
1519
http://localhost:8080/service-two/get
1620
http://localhost:8080/service-three/get

0 commit comments

Comments
 (0)