Package | Description |
---|---|
org.springframework.boot.actuate.system |
General actuator system support classes.
|
org.springframework.boot.admin |
Administration support for Spring Boot applications.
|
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 |
---|
SpringApplicationEvent
Base class for
ApplicationEvent related to a SpringApplication . |
Class and Description |
---|
ApplicationReadyEvent
Event published as late as conceivably possible to indicate that the application is
ready to service requests.
|
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 |
---|
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 |
---|
ApplicationStartedEvent
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 © 2016 Pivotal Software, Inc.. All rights reserved.