| Package | Description | 
|---|---|
| org.springframework.boot.builder | Fluent 'builder' style API to construct a
  SpringApplication. | 
| org.springframework.boot.cloud | Low level support for Cloud deployments. | 
| 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 | ApplicationEventstriggered by
 Spring Boot. | 
| org.springframework.boot.devtools.env | |
| org.springframework.boot.env | Spring  Environmentsupport. | 
| org.springframework.boot.test | Classes and utilities that are useful when unit-testing Spring Boot applications. | 
| org.springframework.boot.test.context | Classes and annotations related to configuring Spring's  ApplicationContextfor
 tests. | 
| org.springframework.boot.web.support | 
| Modifier and Type | Method and Description | 
|---|---|
| SpringApplication | SpringApplicationBuilder. application()Accessor for the current application. | 
| SpringApplication | SpringApplicationBuilder. build()Returns a fully configured  SpringApplicationthat is ready to run. | 
| SpringApplication | SpringApplicationBuilder. build(String... args)Returns a fully configured  SpringApplicationthat is ready to run. | 
| protected SpringApplication | SpringApplicationBuilder. createSpringApplication(Object... sources)Creates a new  SpringApplicationinstances from the
 given sources. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CloudFoundryVcapEnvironmentPostProcessor. postProcessEnvironment(ConfigurableEnvironment environment,
                      SpringApplication application) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ConfigFileApplicationListener. bindToSpringApplication(ConfigurableEnvironment environment,
                       SpringApplication application)Bind the environment to the  SpringApplication. | 
| void | ConfigFileApplicationListener. postProcessEnvironment(ConfigurableEnvironment environment,
                      SpringApplication application) | 
| Modifier and Type | Method and Description | 
|---|---|
| SpringApplication | SpringApplicationEvent. getSpringApplication() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DevToolsPropertyDefaultsPostProcessor. postProcessEnvironment(ConfigurableEnvironment environment,
                      SpringApplication application) | 
| void | DevToolsHomePropertiesPostProcessor. postProcessEnvironment(ConfigurableEnvironment environment,
                      SpringApplication application) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpringApplicationJsonEnvironmentPostProcessor. postProcessEnvironment(ConfigurableEnvironment environment,
                      SpringApplication application) | 
| void | EnvironmentPostProcessor. postProcessEnvironment(ConfigurableEnvironment environment,
                      SpringApplication application)Post-process the given  environment. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SpringApplication | SpringApplicationContextLoader. getSpringApplication()Deprecated.  Builds new  SpringApplicationinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SpringApplication | SpringBootContextLoader. getSpringApplication()Builds new  SpringApplicationinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected WebApplicationContext | SpringBootServletInitializer. run(SpringApplication application)Called to run a fully configured  SpringApplication. | 
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.