Created
December 6, 2017 15:22
-
-
Save saadlu/564dacf776ecc70d7e8486e4de36b209 to your computer and use it in GitHub Desktop.
Spring boot HATEOAS and HAL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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