Example usage for org.springframework.boot.env EnvironmentPostProcessor interface-usage

List of usage examples for org.springframework.boot.env EnvironmentPostProcessor interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.env EnvironmentPostProcessor interface-usage.

Usage

From source file bootstrap.EnvironmentBootstrapConfiguration.java

/**
 * @author Dave Syer
 *
 */
@Order(Ordered.LOWEST_PRECEDENCE)
@CommonsLog

From source file io.micrometer.spring.MetricsEnvironmentPostProcessor.java

/**
 * @author Dave Syer
 */
public class MetricsEnvironmentPostProcessor implements EnvironmentPostProcessor {

    private static final Log log = LogFactory.getLog(MetricsEnvironmentPostProcessor.class);

From source file org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryEnvironmentPostProcessor.java

/**
 * An {@link EnvironmentPostProcessor} that sets the original task feature property based on the property
 * 'spring.cloud.dataflow.features.experimental.tasksEnabled' value.
 *
 * @author Ilayaperumal Gopinathan
 */

From source file org.springframework.metrics.boot.MetricsEnvironmentPostProcessor.java

/**
 * @author Dave Syer
 */
public class MetricsEnvironmentPostProcessor implements EnvironmentPostProcessor {

    private static final Log log = LogFactory.getLog(MetricsEnvironmentPostProcessor.class);

From source file org.springframework.cloud.netflix.metrics.ServoEnvironmentPostProcessor.java

/**
 * @author Dave Syer
 */
public class ServoEnvironmentPostProcessor implements EnvironmentPostProcessor {

    private static final Log log = LogFactory.getLog(ServoEnvironmentPostProcessor.class);

From source file org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor.java

/**
 * {@link EnvironmentPostProcessor} to add properties that make sense when working at
 * development time.
 *
 * @author Phillip Webb
 * @author Andy Wilkinson

From source file com.example.journal.env.JournalEnvironmentPostProcessor.java

/**
 * @author Dave Syer
 *
 */
public class JournalEnvironmentPostProcessor implements EnvironmentPostProcessor {

From source file io.spring.initializr.web.autoconfigure.CloudfoundryEnvironmentPostProcessor.java

/**
 * Post-process the environment to extract the service credentials provided by
 * CloudFoundry. Injects the elastic service URI if present.
 *
 * @author Stephane Nicoll
 */

From source file org.springframework.cloud.deployer.admin.server.config.DefaultEnvironmentPostProcessor.java

/**
 * Contributes the values from {@code META-INF/dataflow-server-defaults.yml} and
 * {@code 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.

From source file org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor.java

/**
 * Contributes the values from {@code META-INF/dataflow-server-defaults.yml} and
 * {@code 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.