Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-38021
  • Loading branch information
wilkinsona committed Oct 25, 2023
2 parents 4faabcf + e742321 commit 56d31d4
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -9,3 +9,6 @@ Note that doing so disables the `ObjectMapper` customization described earlier.

WARNING: `spring-boot-starter-hateoas` is specific to Spring MVC and should not be combined with Spring WebFlux.
In order to use Spring HATEOAS with Spring WebFlux, you can add a direct dependency on `org.springframework.hateoas:spring-hateoas` along with `spring-boot-starter-webflux`.

By default, requests that accept `application/json` will receive an `application/hal+json` response.
To disable this behavior set configprop:spring.hateoas.use-hal-as-default-json-media-type[] to `false` and define a `HypermediaMappingInformation` or `HalConfiguration` to configure Spring HATEOAS to meet the needs of your application and its clients.

0 comments on commit 56d31d4

Please sign in to comment.