Skip to content

Instantly share code, notes, and snippets.

@evrentan
Created June 13, 2021 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evrentan/cbc989450dca0cd52dcc27abffad4688 to your computer and use it in GitHub Desktop.
Save evrentan/cbc989450dca0cd52dcc27abffad4688 to your computer and use it in GitHub Desktop.
HATEOAS Dependency in POM.xml
<!-- hateoas dependency -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment