Skip to content

Tag: hateoas

Return link from Hateos

I have this old Spring Hateos code which I want to migrate to the latest version: I tried this: I get error at this line: Can you advise what is the correct way to implement this? Answer Based on your comments & question for migration this is what I am suggesting: …. //calling addLinlk And inside ad…

Spring boot HATEOAS integration issue

I have included hateoas dependency in my spring boot project but I am unable to run the project because of few exceptions that are being shown. I have tried cleaning the workspace, mvn clean install and also restarting the application but it’s not working. Is there something I am missing here? pom.xml E…