All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ulisesbocchio.jasyptspringboot.environment.EncryptableEnvironment Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package com.ulisesbocchio.jasyptspringboot.environment;

import org.springframework.core.env.ConfigurableEnvironment;
import org.springframework.core.env.MutablePropertySources;

public interface EncryptableEnvironment extends ConfigurableEnvironment {
    MutablePropertySources getOriginalPropertySources();
    void setEncryptablePropertySources(MutablePropertySources propertySources);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy