diff --git a/README.adoc b/README.adoc index a3f5636ad6ac18f3605701eb16d43037d719c914..e81897f129a7094eb6bd8974a607a66241e89c77 100644 --- a/README.adoc +++ b/README.adoc @@ -320,9 +320,8 @@ The actuator exposes the following: NOTE: There is also an `/actuator/shutdown` endpoint, but, by default, it is visible only through JMX. To http://docs.spring.io/spring-boot/docs/{spring_boot_version}/reference/htmlsingle/#production-ready-endpoints-enabling-endpoints[enable it as an HTTP endpoint], add -`management.endpoint.shutdown.enabled=true` -and expose it with `management.endpoints.web.exposure.include=health,info,shutdown` -to your `application.properties` file. +to your `application.properties` file `management.endpoint.shutdown.enabled=true` +and expose it with `management.endpoints.web.exposure.include=health,info,shutdown`. However, you probably should not enable the shutdown endpoint for a publicly available application.