@Configuration(proxyBeanMethods=false) @ConditionalOnProperty(prefix="spring.cloud.gcp.config", name="enabled", havingValue="true") @EnableConfigurationProperties(value=GcpConfigProperties.class) public class GcpConfigBootstrapConfiguration extends Object
Constructor and Description |
---|
GcpConfigBootstrapConfiguration() |
Modifier and Type | Method and Description |
---|---|
GoogleConfigPropertySourceLocator |
googleConfigPropertySourceLocator(GcpConfigProperties configProperties) |
@Bean @ConditionalOnMissingBean public GoogleConfigPropertySourceLocator googleConfigPropertySourceLocator(GcpConfigProperties configProperties) throws IOException
IOException
Copyright © 2021. All rights reserved.