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

com.github.mowedgrass.jasyptgradleboot.config.EnvironmentAwareEncryptorConfiguration Maven / Gradle / Ivy

The newest version!
package com.github.mowedgrass.jasyptgradleboot.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

@Configuration
@Import(EnvironmentAwareEncryptor.class)
public class EnvironmentAwareEncryptorConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy