Commit 0eae6b4f authored by izeye's avatar izeye Committed by Stephane Nicoll

Polish

See gh-24418
parent 105cf591
...@@ -450,7 +450,7 @@ TIP: If you want to know on which HTTP port the application is running, get the ...@@ -450,7 +450,7 @@ TIP: If you want to know on which HTTP port the application is running, get the
=== Application Startup tracking === Application Startup tracking
During the application startup, the `SpringApplication` and the `ApplicationContext` perform many tasks related to the application lifecycle, During the application startup, the `SpringApplication` and the `ApplicationContext` perform many tasks related to the application lifecycle,
the beans lifecycle or even processing application events. the beans lifecycle or even processing application events.
With {spring-framework-api}/core/metrics/ApplicationStartup.html[ApplicationStartup`], Spring Framework {spring-framework-docs}/core.html#context-functionality-startup[allows you track the application startup sequence with `StartupStep`s]. With {spring-framework-api}/core/metrics/ApplicationStartup.html[`ApplicationStartup`], Spring Framework {spring-framework-docs}/core.html#context-functionality-startup[allows you to track the application startup sequence with ``StartupStep``s].
This data can be collected for profiling purposes, or just to have a better understanding of an application startup process. This data can be collected for profiling purposes, or just to have a better understanding of an application startup process.
You can choose an `ApplicationStartup` implementation when setting up the `SpringApplication` instance. You can choose an `ApplicationStartup` implementation when setting up the `SpringApplication` instance.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment