@Configuration @ConditionalOnMissingBean(value=EnvironmentRepository.class) @EnableConfigurationProperties(value=ConfigServerProperties.class) public class EnvironmentRepositoryConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EnvironmentRepositoryConfiguration.GitRepositoryConfiguration |
protected static class |
EnvironmentRepositoryConfiguration.NativeRepositoryConfiguration |
protected static class |
EnvironmentRepositoryConfiguration.SvnRepositoryConfiguration |
| Constructor and Description |
|---|
EnvironmentRepositoryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ConfigServerHealthIndicator |
configServerHealthIndicator(EnvironmentRepository repository) |
@Bean public ConfigServerHealthIndicator configServerHealthIndicator(EnvironmentRepository repository)
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.