Skip to content

Commit

Permalink
Merge branch '2.4.x' into 2.5.x
Browse files Browse the repository at this point in the history
Closes gh-27139
  • Loading branch information
mbhave committed Jul 1, 2021
2 parents 55593a7 + 6c4273b commit 503d50f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -457,6 +457,9 @@ The `ObjectMapper` is customized by setting the various `spring.jackson.*` prope
You can take control of Spring HATEOAS's configuration by using `@EnableHypermediaSupport`.
Note that doing so disables the `ObjectMapper` customization described earlier.

NOTE: Spring Boot only supports Spring HATEOAS with Spring MVC.
Adding Spring HATEOAS to a Spring Boot application with Spring WebFlux can cause the application to fail.



[[features.developing-web-applications.spring-mvc.cors]]
Expand Down

0 comments on commit 503d50f

Please sign in to comment.