@Configuration
@ConditionalOnProperty(name="jasypt.encryptor.bootstrap",
havingValue="true",
matchIfMissing=true)
@Import(com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesConfiguration.class)
public class JasyptSpringCloudBootstrapConfiguration
extends Object
Bootstrap configuration applicable only in spring-cloud environments. Can
be explicitly turned-off by jasypt.encryptor.bootstrap=false
configuration (in bootstrap.properties or as a command line argument) in that case
Jasypt will be auto-configured as usual.
- Author:
- Fahim Farook