Example usage for org.springframework.context.support PropertySourcesPlaceholderConfigurer subclass-usage

List of usage examples for org.springframework.context.support PropertySourcesPlaceholderConfigurer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.context.support PropertySourcesPlaceholderConfigurer subclass-usage.

Usage

From source file org.dspace.servicemanager.config.DSpaceConfigurationPlaceholderConfigurer.java

/**
 * Extends Spring PropertySourcesPlaceholderConfigurer to allow our Configuration to be included as a Spring
 * PropertySource. This allows ${...} placeholders within bean definition property values and @Value annotations
 * to be resolved using DSpaceConfigurationService
 * <P>
 * See: https://stackoverflow.com/a/36718301/3750035

From source file org.zalando.crypto.spring.EncryptablePropertiesPlaceholderConfigurer.java

/**
 * @author  jbellmann
 */
public class EncryptablePropertiesPlaceholderConfigurer extends PropertySourcesPlaceholderConfigurer {

    private static final String CRYTO_PREFIX = "crypto:";

From source file craterdog.security.EncryptedPropertyConfigurer.java

/**
 * This class overrides the functionality of the Spring framework's PropertyPlaceHolderConfigurer
 * class to handle encrypted properties.
 *
 * @author Derk Norton
 */

From source file org.greencheek.utils.environment.propertyplaceholder.spring.EnvironmentalPropertySourcesPlaceholderConfigurerWithSpringValueResolution.java

/**
 * User: dominictootell
 * Date: 20/05/2012
 * Time: 11:47
 */
public class EnvironmentalPropertySourcesPlaceholderConfigurerWithSpringValueResolution

From source file org.jasypt.spring31.properties.EncryptablePropertySourcesPlaceholderConfigurer.java

/**
 * <p>
 * </p>
 * 
 * @since 1.9.0
 * 

From source file com.careerly.common.support.ReloadablePropertySourcesPlaceholderConfigurer.java

/**
 * ???????reload
 *
 * @author chaoyi.he
 * @version v1.0.0
 * @see