diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/spring-hateoas.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/spring-hateoas.adoc index 1564f4197e..68133760b2 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/spring-hateoas.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/spring-hateoas.adoc @@ -7,4 +7,5 @@ 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 HATEOAS support is not available for Spring Webflux applications yet. \ No newline at end of file +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.