Skip to content

Commit d4fa46f

Browse files
committed
Polish startup endpoint description in reference doc
Closes gh-26978
1 parent 6f11d01 commit d4fa46f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/spring-application.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,4 +417,5 @@ Once configured, you can record data by running the application with the Flight
417417

418418
Spring Boot ships with the `BufferingApplicationStartup` variant; this implementation is meant for buffering the startup steps and draining them into an external metrics system.
419419
Applications can ask for the bean of type `BufferingApplicationStartup` in any component.
420-
Additionally, Spring Boot Actuator will {spring-boot-actuator-restapi-docs}/#startup[expose a `startup` endpoint to expose this information as a JSON document].
420+
421+
Spring Boot can also be configured to expose a {spring-boot-actuator-restapi-docs}/#startup[`startup` endpoint] that provide this information as a JSON document.

0 commit comments

Comments
 (0)