Skip to content

Commit 78e204f

Browse files
authored
Create readme.md
1 parent b40fd32 commit 78e204f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Using Client Side Load Balancing - using Spring Cloud LoadBalancer
2+
3+
Note: Please make sure to start the address-service on 8082 and 8083 ports.
4+
5+
- Eureka: http://localhost:8761/
6+
7+
<img width="1419" alt="Screenshot 2022-12-26 at 1 00 56 PM" src="https://user-images.githubusercontent.com/54174687/209518480-3b2af23c-2fcc-460d-bd26-7fdaa57865d2.png">
8+
9+
-----
10+
11+
HTTP GET: http://localhost:8080/api/student/getById/1
12+
13+
```json
14+
{
15+
"id": 1,
16+
"firstName": "Raj",
17+
"lastName": "Dave",
18+
"email": "raj_dave@yahoo.com",
19+
"addressResponse": {
20+
"addressId": 1,
21+
"street": "Delhi",
22+
"city": "Happy Street"
23+
}
24+
}
25+
```

0 commit comments

Comments
 (0)