Skip to content

Commit 6c4273b

Browse files
committed
Document spring hateoas is spring mvc specific
Closes gh-26897
1 parent eb4144e commit 6c4273b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3099,6 +3099,9 @@ The `ObjectMapper` is customized by setting the various `spring.jackson.*` prope
30993099
You can take control of Spring HATEOAS's configuration by using `@EnableHypermediaSupport`.
31003100
Note that doing so disables the `ObjectMapper` customization described earlier.
31013101

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+
31023105

31033106

31043107
[[boot-features-cors]]

0 commit comments

Comments
 (0)