@Configuration
@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 public GoogleConfigPropertySourceLocator googleConfigPropertySourceLocator(GcpConfigProperties configProperties) throws IOException
IOExceptionCopyright © 2020 Pivotal Software, Inc.. All rights reserved.