Skip to content

Commit d05efe2

Browse files
committed
Merge pull request #24734 from PascalSchumacher
* pr/24734: Polish "Add support for GET requests for /actuator/startup" Closes gh-24734
2 parents f34eb86 + aa24f78 commit d05efe2

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/endpoints

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/endpoints/startup.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The application startup steps can either be retrieved as a snapshot (`GET`) or d
1212
[[startup-retrieving-snapshot]]
1313
=== Retrieving a snapshot of the Application Startup steps
1414

15-
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:
15+
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:
1616

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

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

27-
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:
27+
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:
2828

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

0 commit comments

Comments
 (0)