From 99e650bd27d4f428b19efeec3143ce18de981937 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 20 Dec 2021 09:19:34 -0800 Subject: [PATCH] Document devtools remote support not available with WebFlux Closes gh-28955 --- .../spring-boot-docs/src/docs/asciidoc/using/devtools.adoc | 2 ++ 1 file changed, 2 insertions(+) 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]]