@Configuration
@ConditionalOnProperty(name="jasypt.encryptor.bootstrap",
havingValue="true",
matchIfMissing=true)
@Import(value=com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesConfiguration.class)
public class JasyptSpringCloudBootstrapConfiguration
extends 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.Copyright © 2019. All rights reserved.