You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3099,8 +3099,8 @@ The `ObjectMapper` is customized by setting the various `spring.jackson.*` prope
3099
3099
You can take control of Spring HATEOAS's configuration by using `@EnableHypermediaSupport`.
3100
3100
Note that doing so disables the `ObjectMapper` customization described earlier.
3101
3101
3102
-
NOTE: Spring Boot only supports Spring HATEOAS with Spring MVC.
3103
-
Adding Spring HATEOAS to a Spring Boot application with Spring WebFluxcan cause the application to fail.
3102
+
WARNING: `spring-boot-starter-hateoas` is specific to Spring MVC and should not be combined with Spring WebFlux.
3103
+
In order to use Spring HATEOAS with Spring WebFlux, you can add a direct dependency on `org.springframework.hateoas:spring-hateoas` along with `spring-boot-starter-webflux`.
0 commit comments