Example usage for org.springframework.core.env PropertiesPropertySource subclass-usage

List of usage examples for org.springframework.core.env PropertiesPropertySource subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core.env PropertiesPropertySource subclass-usage.

Usage

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

/**
 * Inspired by JASYPT<br/>
 * http://svn.code.sf.net/p/jasypt/code/trunk/jasypt-spring31/src/main/java/org/jasypt/spring31/properties/EncryptablePropertiesPropertySource.java.
 *
 * @author  jbellmann
 */

From source file system.ActorSystemProperties.java

/**
 * Created by puspendu on 9/10/16.
 */

public class ActorSystemProperties extends PropertiesPropertySource {
    public static final String NAME = "actorSystemName";

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

/**
 * 
 * @since 1.9.0
 * 
 * @author Daniel Fern&aacute;ndez
 *