@Configuration
@ConditionalOnProperty(name="jasypt.encryptor.bootstrap",
havingValue="true",
matchIfMissing=true)
@Import(com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesConfiguration.class)
public class JasyptSpringCloudBootstrapConfiguration
extends java.lang.Object
jasypt.encryptor.bootstrap=false
configuration (in bootstrap.properties or as a command line argument) in that case
Jasypt will be auto-configured as usual.| Constructor | Description |
|---|---|
JasyptSpringCloudBootstrapConfiguration() |
Copyright © 2018. All rights reserved.