Package | Description |
---|---|
org.springframework.boot.cloud |
Low level support for Cloud deployments.
|
org.springframework.boot.cloudfoundry | |
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
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 |
VcapEnvironmentPostProcessor
Deprecated.
since 1.3.0 in favor of CloudFoundryVcapEnvironmentPostProcessor
|
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 |
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 . |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.