@Configuration
@ConditionalOnClass(name="org.springframework.cloud.bootstrap.BootstrapApplicationListener")
@ConditionalOnProperty(name="spring.cloud.bootstrap.enabled",
havingValue="true",
matchIfMissing=true)
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