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 |
ApplicationEvents triggered by
Spring Boot. |
org.springframework.boot.context.web |
Spring
ApplicationContext support relating to web
deployment. |
org.springframework.boot.env |
Spring
Environment support. |
org.springframework.boot.test |
Classes and utilities that are useful when unit-testing Spring Boot applications.
|
Modifier and Type | Method and Description |
---|---|
SpringApplication |
SpringApplicationBuilder.application()
Accessor for the current application.
|
SpringApplication |
SpringApplicationBuilder.build()
Returns a fully configured
SpringApplication that is ready to run. |
protected SpringApplication |
SpringApplicationBuilder.createSpringApplication(Object... sources)
Creates a new
SpringApplication instances 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 |
---|---|
protected WebApplicationContext |
SpringBootServletInitializer.run(SpringApplication application)
Called to run a fully configured
SpringApplication . |
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()
Builds new
SpringApplication instance. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.