Note: Please make sure to start the address-service on 8082 and 8083 ports.
- Eureka: http://localhost:8761/
HTTP GET: http://localhost:8080/api/student/getById/1
{
"id": 1,
"firstName": "Raj",
"lastName": "Dave",
"email": "raj_dave@yahoo.com",
"addressResponse": {
"addressId": 1,
"street": "Delhi",
"city": "Happy Street"
}
}