Package | Description |
---|---|
org.springframework.boot.actuate.metrics.web.jetty |
Actuator support for Jetty metrics.
|
org.springframework.boot.actuate.metrics.web.tomcat |
Actuator support for Tomcat metrics.
|
org.springframework.boot.autoconfigure |
Spring Boot's auto-configuration capabilities.
|
org.springframework.boot.context |
Classes related to Spring's
ApplicationContext . |
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
org.springframework.boot.context.event |
ApplicationEvents triggered by
Spring Boot. |
org.springframework.boot.liquibase |
Custom support for Liquibase database migration.
|
Class and Description |
---|
ApplicationStartedEvent
Event published once the application context has been refreshed but before any
application and command line
runners have been called. |
Class and Description |
---|
ApplicationStartedEvent
Event published once the application context has been refreshed but before any
application and command line
runners have been called. |
Class and Description |
---|
SpringApplicationEvent
Base class for
ApplicationEvent related to a SpringApplication . |
Class and Description |
---|
ApplicationEnvironmentPreparedEvent
Event published when a
SpringApplication is starting up and the
Environment is first available for inspection and modification. |
SpringApplicationEvent
Base class for
ApplicationEvent related to a SpringApplication . |
Class and Description |
---|
ApplicationEnvironmentPreparedEvent
Event published when a
SpringApplication is starting up and the
Environment is first available for inspection and modification. |
Class and Description |
---|
SpringApplicationEvent
Base class for
ApplicationEvent related to a SpringApplication . |
Class and Description |
---|
ApplicationStartingEvent
Event published as early as conceivably possible as soon as a
SpringApplication
has been started - before the Environment or ApplicationContext is
available, but after the ApplicationListener s have been registered. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.