com.ulisesbocchio.jasyptspringboot.EncryptableMapPropertySourceWrapper Maven / Gradle / Ivy
package com.ulisesbocchio.jasyptspringboot;
import org.jasypt.encryption.StringEncryptor;
import org.springframework.core.env.MapPropertySource;
import org.springframework.util.Assert;
import java.util.Map;
/**
* @author Ulises Bocchio
*/
public class EncryptableMapPropertySourceWrapper extends MapPropertySource implements EncryptablePropertySource
© 2015 - 2024 Weber Informatics LLC | Privacy Policy