Package | Description |
---|---|
org.springframework.boot.actuate.system | |
org.springframework.boot.cloudfoundry |
Support for Cloud Foundry PAAS based deployment.
|
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 | |
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 |
---|
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 |
---|
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 © 2014 Pivotal Software, Inc.. All rights reserved.