Document devtools remote support not available with WebFlux

Closes gh-28955
This commit is contained in:
Madhura Bhave 2021-12-20 09:19:34 -08:00
parent b26730c5a7
commit 99e650bd27
1 changed files with 2 additions and 0 deletions

View File

@ -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]]