microservices-demo / user

The users microservice.
http://microservices-demo.github.io/
Apache License 2.0
91 stars 617 forks source link

Response without Links in payload #68

Open fernandohlb opened 2 years ago

fernandohlb commented 2 years ago

I'm running the application in my IDE in a local environment, but when I'm trying to get the customers with the curl command (curl http://localhost:8084/customers) the response is returning with empty links.

Response Example

{"_embedded":{"customer":[{"firstName":"Eve","lastName":"Berger","username":"Eve_Berger","id":"57a98d98e4b00679b4a830af","_links":{"addresses":{},"cards":{},"customer":{},"self":{}}},{"firstName":"User","lastName":"Name","username":"user","id":"57a98d98e4b00679b4a830b2","_links":{"addresses":{},"cards":{},"customer":{},"self":{}}},{"firstName":"User1","lastName":"Name1","username":"user1","id":"57a98d98e4b00679b4a830b5","_links":{"addresses":{},"cards":{},"customer":{},"self":{}}}]}}