Fix configuration.
This commit is contained in:
@@ -30,8 +30,8 @@ import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.security.crypto.encrypt.TextEncryptor;
|
||||
|
||||
/**
|
||||
* Autoconfiguration for text encryptors and environment encryptors (non-web stuff).
|
||||
* Users can provide beans of the same type as any or all of the beans defined here in
|
||||
* Autoconfiguration for text encryptors and environment encryptors (non-web stuff). Users
|
||||
* can provide beans of the same type as any or all of the beans defined here in
|
||||
* application code to override the default behaviour.
|
||||
*
|
||||
* @author Bartosz Wojtkiewicz
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# Bootstrap components
|
||||
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
|
||||
org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapConfiguration,\
|
||||
org.springframework.cloud.config.server.config.DefaultTextEncryptionAutoConfiguration,\
|
||||
org.springframework.cloud.config.server.config.RsaEncryptionAutoConfiguration,\
|
||||
org.springframework.cloud.config.server.config.EncryptionAutoConfiguration
|
||||
|
||||
# Environment PostProcessor
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
org.springframework.cloud.config.server.config.ConfigServerAutoConfiguration
|
||||
org.springframework.cloud.config.server.config.EncryptionAutoConfiguration
|
||||
org.springframework.cloud.config.server.config.DefaultTextEncryptionAutoConfiguration
|
||||
org.springframework.cloud.config.server.config.RsaEncryptionAutoConfiguration
|
||||
org.springframework.cloud.config.server.config.DefaultTextEncryptionAutoConfiguration
|
||||
org.springframework.cloud.config.server.config.EncryptionAutoConfiguration
|
||||
org.springframework.cloud.config.server.config.VaultEncryptionAutoConfiguration
|
||||
|
||||
Reference in New Issue
Block a user