Package | Description |
---|---|
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.devtools.env |
DevTools classes relating to Spring Framework's
Environment . |
org.springframework.boot.env |
Spring
Environment support. |
Modifier and Type | Class and Description |
---|---|
class |
CloudFoundryVcapEnvironmentPostProcessor
An
EnvironmentPostProcessor that knows where to find VCAP (a.k.a. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigFileApplicationListener
EnvironmentPostProcessor that configures the context environment by loading
properties from well known file locations. |
Modifier and Type | Class and Description |
---|---|
class |
DevToolsHomePropertiesPostProcessor
EnvironmentPostProcessor to add devtools properties from the user's home
folder. |
class |
DevToolsPropertyDefaultsPostProcessor
EnvironmentPostProcessor to add properties that make sense when working at
development time. |
Modifier and Type | Class and Description |
---|---|
class |
SpringApplicationJsonEnvironmentPostProcessor
An
EnvironmentPostProcessor that parses JSON from
spring.application.json or equivalently SPRING_APPLICATION_JSON and
adds it as a map property source to the Environment . |
class |
SystemEnvironmentPropertySourceEnvironmentPostProcessor
An
EnvironmentPostProcessor that replaces the systemEnvironment
SystemEnvironmentPropertySource with an
SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource that can track the
SystemEnvironmentOrigin for every system environment property. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.