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 b714fd9bcf..e7f8978945 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 @@ -336,8 +336,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]]