Skip to content

Commit 552417f

Browse files
authored
Create readme.md
1 parent 8c40ad2 commit 552417f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Using Eureka Service Registry
2+
3+
1) Http GET
4+
5+
```
6+
http://localhost:8080/api/student/getById/1
7+
```
8+
9+
Response:
10+
11+
```json
12+
{
13+
"id": 1,
14+
"firstName": "Raj",
15+
"lastName": "Dave",
16+
"email": "raj_dave@yahoo.com",
17+
"addressResponse": {
18+
"addressId": 1,
19+
"street": "Delhi",
20+
"city": "Happy Street"
21+
}
22+
}
23+
```

0 commit comments

Comments
 (0)