Merge branch '2.6.x' into 2.7.x

Closes gh-29139
This commit is contained in:
Madhura Bhave 2021-12-20 09:21:23 -08:00
commit ad45e76b1b
1 changed files with 2 additions and 0 deletions

View File

@ -355,6 +355,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]]