类 StartupEndpoint

java.lang.Object
org.springframework.boot.actuate.startup.StartupEndpoint

@Endpoint(id="startup") @ImportRuntimeHints(org.springframework.boot.actuate.startup.StartupEndpoint.StartupEndpointRuntimeHints.class) public class StartupEndpoint extends Object
@Endpoint to expose the timeline of the application startup.
从以下版本开始:
2.4.0
作者:
Brian Clozel, Chris Bono