- All Implemented Interfaces:
- org.springframework.boot.env.EnvironmentPostProcessor, Ordered
public class DefaultEnvironmentPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor, Ordered
Contributes the values from META-INF/dataflow-server-defaults.yml
and
dataflow-server.yml
if it exists, before any of Spring Boot's normal
configuration contributions apply. This has the effect of supplying overridable
defaults to the various Spring Cloud Data Flow Deployer SPI implementations that in
turn override the defaults provided by Spring Boot.
- Author:
- Josh Long, Janne Valkealahti