Skip to content

Instantly share code, notes, and snippets.

@saadlu
Created December 6, 2017 15:22
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 saadlu/564dacf776ecc70d7e8486e4de36b209 to your computer and use it in GitHub Desktop.
Save saadlu/564dacf776ecc70d7e8486e4de36b209 to your computer and use it in GitHub Desktop.
Spring boot HATEOAS and HAL
If your spring boot uses
'org.springframework.hateoas:spring-hateoas`
dependency, to enable HAL with
`@EnableHypermediaSupport(type = EnableHypermediaSupport.HypermediaType.HAL)`
you'd also need
`org.springframework.plugin:spring-plugin-core`
Unless you add
`org.springframework.boot:spring-boot-starter-hateoas`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment