| Package | Description |
|---|---|
| org.springframework.boot.cloud |
Low level support for Cloud deployments.
|
| 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 |
|---|
| ApplicationPreparedEvent
Event published as when a
SpringApplication is starting up and the
ApplicationContext is fully prepared but not refreshed. |
| 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 ApplicationListeners have been registered. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.