Example usage for org.springframework.beans.factory.config PropertyPlaceholderConfigurer subclass-usage

List of usage examples for org.springframework.beans.factory.config PropertyPlaceholderConfigurer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.config PropertyPlaceholderConfigurer subclass-usage.

Usage

From source file org.broadleafcommerce.common.config.RuntimeEnvironmentPropertiesConfigurer.java

/**
 * A property resource configurer that chooses the property file at runtime
 * based on the runtime environment.
 * <p>
 * Used for choosing properties files based on the current runtime environment,
 * allowing for movement of the same application between multiple runtime

From source file edu.monash.merc.system.config.SystemPropertyConfigurator.java

/**
 * The SystemPropertyConfigurator class which provides the system properties configurations to run the application
 *
 * @author Simon Yu
 *         <p/>
 *         Email: xiaoming.yu@monash.edu

From source file gr.abiss.calipso.config.CalipsoConfigurer.java

/**
 * <p>
 * Custom extension of the Spring PropertyPlaceholderConfigurer that
 * sets up the calipso.home System property (creates if required) and also creates
 * a default calipso.properties file for HSQLDB - useful for those who want
 * to quickly evaluate Calipso.  Just dropping the war into a servlet container

From source file com.baidu.cc.spring.ConfigCenterPropertyPlaceholderConfigurer.java

/**
 * A extend utility class for spring property configuration resolve from configuration
 * center server.<br>
 * 
 * <pre>
 * {@code