Skip to content

Commit 503d50f

Browse files
committed
Merge branch '2.4.x' into 2.5.x
Closes gh-27139
2 parents 55593a7 + 6c4273b commit 503d50f

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/features/developing-web-applications.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,9 @@ The `ObjectMapper` is customized by setting the various `spring.jackson.*` prope
457457
You can take control of Spring HATEOAS's configuration by using `@EnableHypermediaSupport`.
458458
Note that doing so disables the `ObjectMapper` customization described earlier.
459459

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

461464

462465
[[features.developing-web-applications.spring-mvc.cors]]

0 commit comments

Comments
 (0)