We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4144e commit 6c4273bCopy full SHA for 6c4273b
spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc
@@ -3099,6 +3099,9 @@ The `ObjectMapper` is customized by setting the various `spring.jackson.*` prope
3099
You can take control of Spring HATEOAS's configuration by using `@EnableHypermediaSupport`.
3100
Note that doing so disables the `ObjectMapper` customization described earlier.
3101
3102
+NOTE: Spring Boot only supports Spring HATEOAS with Spring MVC.
3103
+Adding Spring HATEOAS to a Spring Boot application with Spring WebFlux can cause the application to fail.
3104
+
3105
3106
3107
[[boot-features-cors]]
0 commit comments