@Configuration @ConditionalOnExpression(value="${spring.cloud.config.server.encrypt.enabled:true} && ${spring.cloud.config.server.encrypt.plainTextEncrypt:true}") @ConditionalOnBean(value=TextEncryptorLocator.class) public class ResourceEncryptorConfiguration extends Object
ResourceController
. Each
supported extension is added as a key with its associated @{link
org.springframework.cloud.config.server.encryption.ResourceEncryptor} implementation as
a value.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.