Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.startup |
Auto-configuration for actuator ApplicationStartup concerns.
|
org.springframework.boot.actuate.startup |
Actuator support for
ApplicationStartup . |
Class and Description |
---|
StartupEndpoint
@Endpoint to expose the timeline of the
application startup . |
Class and Description |
---|
StartupEndpoint.StartupResponse
A description of an application startup, primarily intended for serialization to
JSON.
|