Skip to content

Commit

Permalink
Polish "Add support for GET requests for /actuator/startup"
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSchumacher authored and snicoll committed Jan 11, 2021
1 parent f34eb86 commit aa24f78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The application startup steps can either be retrieved as a snapshot (`GET`) or d
[[startup-retrieving-snapshot]]
=== Retrieving a snapshot of the Application Startup steps

To retrieve the steps recorded so far during the application startup phase , make a `GET` request to `/actuator/startup`, as shown in the following curl-based example:
To retrieve the steps recorded so far during the application startup phase, make a `GET` request to `/actuator/startup`, as shown in the following curl-based example:

include::{snippets}/startup-snapshot/curl-request.adoc[]

Expand All @@ -24,7 +24,7 @@ include::{snippets}/startup-snapshot/http-response.adoc[]
[[startup-retrieving-drain]]
== Draining the Application Startup steps

To drain and return the steps recorded so far during the application startup phase , make a `POST` request to `/actuator/startup`, as shown in the following curl-based example:
To drain and return the steps recorded so far during the application startup phase, make a `POST` request to `/actuator/startup`, as shown in the following curl-based example:

include::{snippets}/startup/curl-request.adoc[]

Expand Down

0 comments on commit aa24f78

Please sign in to comment.