This commit is contained in:
Madhura Bhave 2018-02-01 09:29:20 -08:00
parent 458dde63a8
commit 3a7d5953a8
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ please refer to the separate API documentation ({spring-boot-actuator-api}/html[
[[production-ready-endpoints-enabling-endpoints]]
=== Enabling Endpoints
By default, all endpoints except for `shutdown` are enabled. To configure the enablement
of an endpoint, use its `management.endpoints.<id>.enabled` property. The following
of an endpoint, use its `management.endpoint.<id>.enabled` property. The following
example enables the `shutdown` endpoint:
[source,properties,indent=0]