Class GcpConfigBootstrapConfiguration
java.lang.Object
com.google.cloud.spring.autoconfigure.config.GcpConfigBootstrapConfiguration
@AutoConfiguration
@ConditionalOnProperty(prefix="spring.cloud.gcp.config",
name="enabled",
havingValue="true")
@EnableConfigurationProperties(GcpConfigProperties.class)
public class GcpConfigBootstrapConfiguration
extends Object
Bootstrap auto configuration for Google Cloud Runtime Configurator Starter.
- Since:
- 1.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongoogleConfigPropertySourceLocator
(GcpConfigProperties configProperties)
-
Constructor Details
-
GcpConfigBootstrapConfiguration
public GcpConfigBootstrapConfiguration()
-
-
Method Details
-
googleConfigPropertySourceLocator
@Bean @ConditionalOnMissingBean public GoogleConfigPropertySourceLocator googleConfigPropertySourceLocator(GcpConfigProperties configProperties) throws IOException - Throws:
IOException
-