diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc index 7f64c3c402..03ddaefd29 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc @@ -352,6 +352,8 @@ Remote devtools support is provided in two parts: a server-side endpoint that ac The server component is automatically enabled when the configprop:spring.devtools.remote.secret[] property is set. The client component must be launched manually. +NOTE: Remote devtools is not supported for Spring WebFlux applications. + [[using.devtools.remote-applications.client]]