Deprecate remote shell support

Closes gh-7044
This commit is contained in:
Stephane Nicoll
2016-10-11 17:39:28 +02:00
parent 5976d44f6c
commit cfee9bab81
8 changed files with 58 additions and 3 deletions

View File

@@ -803,7 +803,7 @@ If you are using Jolokia but you don't want Spring Boot to configure it, simply
[[production-ready-remote-shell]]
== Monitoring and management using a remote shell
== Monitoring and management using a remote shell (deprecated)
Spring Boot supports an integrated Java shell called '`CRaSH`'. You can use CRaSH to
`ssh` or `telnet` into your running application. To enable remote shell support, add
the following dependency to your project: