com.github.mowedgrass.jasyptgradleboot.config.EnvironmentAwareEncryptorConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jasypt-gradle-boot-encryptor Show documentation
Show all versions of jasypt-gradle-boot-encryptor Show documentation
Shared jasypt encryptor for jasypt-gradle-boot-plugin
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 {
}