Add support for GET requests for /actuator/startup

See gh-24717
This commit is contained in:
bono007
2021-01-09 09:58:02 -06:00
committed by Stephane Nicoll
parent 8a6e79dc8b
commit 4b8d6efc12
3 changed files with 25 additions and 1 deletions

View File

@@ -16,7 +16,9 @@ The resulting response is similar to the following:
include::{snippets}/startup/http-response.adoc[]
NOTE: The above call resets the application startup steps buffer - subsequent calls to the endpoint will
not include the returned steps. To retrieve a snapshot of the steps recorded so far without removing them
from the startup buffer, make a `GET` request to `/actuator/startup`.
[[startup-retrieving-response-structure]]
=== Response Structure