Migrates to AutoConfiguration.imports
Fixes gh-658
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
|
||||
org.springframework.cloud.vault.config.consul.VaultConfigConsulBootstrapConfiguration
|
||||
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.vault.config.consul.VaultConfigConsulAutoConfiguration
|
||||
|
||||
org.springframework.cloud.vault.config.SecretBackendMetadataFactory=\
|
||||
org.springframework.cloud.vault.config.consul.VaultConfigConsulBootstrapConfiguration.ConsulSecretBackendMetadataFactory
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
org.springframework.cloud.vault.config.consul.VaultConfigConsulAutoConfiguration
|
||||
@@ -1,8 +1,3 @@
|
||||
# Auto-Configuration
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.vault.config.VaultReactiveAutoConfiguration,\
|
||||
org.springframework.cloud.vault.config.VaultAutoConfiguration,\
|
||||
org.springframework.cloud.vault.config.VaultHealthIndicatorAutoConfiguration
|
||||
# Bootstrap Configuration
|
||||
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
|
||||
org.springframework.cloud.vault.config.DiscoveryClientVaultBootstrapConfiguration,\
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
org.springframework.cloud.vault.config.VaultReactiveAutoConfiguration
|
||||
org.springframework.cloud.vault.config.VaultAutoConfiguration
|
||||
org.springframework.cloud.vault.config.VaultHealthIndicatorAutoConfiguration
|
||||
Reference in New Issue
Block a user