| 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 | DevTools classes relating to Spring Framework's
  Environment. | 
| org.springframework.boot.env | Spring  Environmentsupport. | 
| org.springframework.boot.test.context | Classes and annotations related to configuring Spring's  ApplicationContextfor
 tests. | 
| org.springframework.boot.web.servlet.support | Support classes for Servlet-based web servers. | 
| 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(Class<?>... sources)Creates a new  SpringApplicationinstances from the
 given sources. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CloudFoundryVcapEnvironmentPostProcessor. postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
                      SpringApplication application) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConfigFileApplicationListener. postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
                      SpringApplication application) | 
| Modifier and Type | Method and Description | 
|---|---|
| SpringApplication | SpringApplicationEvent. getSpringApplication() | 
| Constructor and Description | 
|---|
| ApplicationContextInitializedEvent(SpringApplication application,
                                  String[] args,
                                  org.springframework.context.ConfigurableApplicationContext context)Create a new  ApplicationContextInitializedEventinstance. | 
| ApplicationEnvironmentPreparedEvent(SpringApplication application,
                                   String[] args,
                                   org.springframework.core.env.ConfigurableEnvironment environment)Create a new  ApplicationEnvironmentPreparedEventinstance. | 
| ApplicationFailedEvent(SpringApplication application,
                      String[] args,
                      org.springframework.context.ConfigurableApplicationContext context,
                      Throwable exception)Create a new  ApplicationFailedEventinstance. | 
| ApplicationPreparedEvent(SpringApplication application,
                        String[] args,
                        org.springframework.context.ConfigurableApplicationContext context)Create a new  ApplicationPreparedEventinstance. | 
| ApplicationReadyEvent(SpringApplication application,
                     String[] args,
                     org.springframework.context.ConfigurableApplicationContext context)Create a new  ApplicationReadyEventinstance. | 
| ApplicationStartedEvent(SpringApplication application,
                       String[] args,
                       org.springframework.context.ConfigurableApplicationContext context)Create a new  ApplicationStartedEventinstance. | 
| ApplicationStartingEvent(SpringApplication application,
                        String[] args)Create a new  ApplicationStartingEventinstance. | 
| EventPublishingRunListener(SpringApplication application,
                          String[] args) | 
| SpringApplicationEvent(SpringApplication application,
                      String[] args) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DevToolsHomePropertiesPostProcessor. postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
                      SpringApplication application) | 
| void | DevToolsPropertyDefaultsPostProcessor. postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
                      SpringApplication application) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpringApplicationJsonEnvironmentPostProcessor. postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
                      SpringApplication application) | 
| void | EnvironmentPostProcessor. postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
                      SpringApplication application)Post-process the given  environment. | 
| void | SystemEnvironmentPropertySourceEnvironmentPostProcessor. postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
                      SpringApplication application) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SpringApplication | SpringBootContextLoader. getSpringApplication()Builds new  SpringApplicationinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<org.springframework.context.ApplicationContextInitializer<?>> | SpringBootContextLoader. getInitializers(org.springframework.test.context.MergedContextConfiguration config,
               SpringApplication application)Return the  initializersthat will be applied
 to the context. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.springframework.web.context.WebApplicationContext | SpringBootServletInitializer. run(SpringApplication application)Called to run a fully configured  SpringApplication. | 
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.