Class ConfigServerBootstrapConfiguration
- java.lang.Object
-
- org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnProperty("spring.cloud.config.server.bootstrap") public class ConfigServerBootstrapConfiguration extends ObjectBootstrap configuration to fetch external configuration from a (possibly remote)EnvironmentRepository. Off by default because it can delay startup, but can be enabled withspring.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.- Author:
- Dave Syer, Roy Clarkson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classConfigServerBootstrapConfiguration.LocalPropertySourceLocatorConfiguration
-
Constructor Summary
Constructors Constructor Description ConfigServerBootstrapConfiguration()
-