From 1ff784ff54912592b061592f6feea3b692fefa6c Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 30 Aug 2019 21:27:51 -0700 Subject: [PATCH] Remove MBean shutdown warning from documentation Closes gh-17988 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 411c167538..81c5eb9435 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -318,8 +318,6 @@ This feature could also be useful for any service wrapper implementation. TIP: If you want to know on which HTTP port the application is running, get the property with a key of `local.server.port`. -CAUTION: Take care when enabling this feature, as the MBean exposes a method to shutdown the application. - [[boot-features-external-config]]