Browse Source

Merge remote-tracking branch 'origin/2.2.x'

pull/918/head
Ryan Baxter 4 years ago
parent
commit
5716143d64
  1. 1
      docs/src/main/asciidoc/spring-cloud-commons.adoc

1
docs/src/main/asciidoc/spring-cloud-commons.adoc

@ -228,6 +228,7 @@ include::jce.adoc[] @@ -228,6 +228,7 @@ include::jce.adoc[]
For a Spring Boot Actuator application, some additional management endpoints are available. You can use:
* `POST` to `/actuator/env` to update the `Environment` and rebind `@ConfigurationProperties` and log levels.
To enabled this endpoint you must set `management.endpoint.env.post.enabled=true`.
* `/actuator/refresh` to re-load the boot strap context and refresh the `@RefreshScope` beans.
* `/actuator/restart` to close the `ApplicationContext` and restart it (disabled by default).
* `/actuator/pause` and `/actuator/resume` for calling the `Lifecycle` methods (`stop()` and `start()` on the `ApplicationContext`).

Loading…
Cancel
Save