We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55593a7 + 6c4273b commit 503d50fCopy full SHA for 503d50f
spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/developing-web-applications.adoc
@@ -457,6 +457,9 @@ The `ObjectMapper` is customized by setting the various `spring.jackson.*` prope
457
You can take control of Spring HATEOAS's configuration by using `@EnableHypermediaSupport`.
458
Note that doing so disables the `ObjectMapper` customization described earlier.
459
460
+NOTE: Spring Boot only supports Spring HATEOAS with Spring MVC.
461
+Adding Spring HATEOAS to a Spring Boot application with Spring WebFlux can cause the application to fail.
462
+
463
464
465
[[features.developing-web-applications.spring-mvc.cors]]
0 commit comments