@Configuration @ConditionalOnProperty(value="spring.cloud.config.server.bootstrap") public class ConfigServerBootstrapConfiguration extends Object
EnvironmentRepository
. Off by default because it can delay
startup, but can be enabled with
spring.cloud.config.server.bootstrap=true
. This would be useful,
for example, if the config server were embedded in another app that wanted to
be configured from the same repository as all the other clients.Modifier and Type | Class and Description |
---|---|
protected static class |
ConfigServerBootstrapConfiguration.LocalPropertySourceLocatorConfiguration |
Constructor and Description |
---|
ConfigServerBootstrapConfiguration() |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.