@ConditionalOnProperty(prefix="spring.cloud.config.server.git", name="parent-support-enabled", havingValue="true") @ConditionalOnMissingBean(value=org.springframework.cloud.config.server.environment.EnvironmentRepository.class) @Configuration public class GitParentSupportConfiguration extends Object
Constructor and Description |
---|
GitParentSupportConfiguration() |
Modifier and Type | Method and Description |
---|---|
ConfigSecurity |
configSecurity() |
org.springframework.cloud.config.server.environment.EnvironmentRepository |
environmentRepository(org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentProperties environmentProperties) |
@Bean public ConfigSecurity configSecurity()
@Bean @ConditionalOnMissingBean(value=org.springframework.cloud.config.server.environment.EnvironmentRepository.class) public org.springframework.cloud.config.server.environment.EnvironmentRepository environmentRepository(org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentProperties environmentProperties)
Copyright © 2018. All rights reserved.