Migrate to new autoconfiguration (#2137)
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
# Auto Configure
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.config.client.ConfigClientAutoConfiguration
|
||||
# Bootstrap components
|
||||
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
|
||||
org.springframework.cloud.config.client.ConfigServiceBootstrapConfiguration,\
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
org.springframework.cloud.config.client.ConfigClientAutoConfiguration
|
||||
@@ -1,3 +0,0 @@
|
||||
# Autoconfiguration
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.config.monitor.EnvironmentMonitorAutoConfiguration
|
||||
@@ -0,0 +1 @@
|
||||
org.springframework.cloud.config.monitor.EnvironmentMonitorAutoConfiguration
|
||||
@@ -7,10 +7,5 @@ org.springframework.cloud.config.server.config.EncryptionAutoConfiguration
|
||||
org.springframework.boot.env.EnvironmentPostProcessor=\
|
||||
org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapApplicationListener
|
||||
|
||||
# Autoconfiguration
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.config.server.config.ConfigServerAutoConfiguration,\
|
||||
org.springframework.cloud.config.server.config.EncryptionAutoConfiguration,\
|
||||
org.springframework.cloud.config.server.config.VaultEncryptionAutoConfiguration
|
||||
org.springframework.boot.diagnostics.FailureAnalyzer=\
|
||||
org.springframework.cloud.config.server.diagnostics.GitUriFailureAnalyzer
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
org.springframework.cloud.config.server.config.ConfigServerAutoConfiguration
|
||||
org.springframework.cloud.config.server.config.EncryptionAutoConfiguration
|
||||
org.springframework.cloud.config.server.config.VaultEncryptionAutoConfiguration
|
||||
Reference in New Issue
Block a user