@Configuration
@ConditionalOnProperty(value="spring.cloud.zookeeper.enabled",
matchIfMissing=true)
@Import(value=org.springframework.cloud.zookeeper.ZookeeperAutoConfiguration.class)
public class ZookeeperConfigBootstrapConfiguration
extends Object
| Constructor and Description |
|---|
ZookeeperConfigBootstrapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ZookeeperConfigProperties |
zookeeperConfigProperties() |
ZookeeperPropertySourceLocator |
zookeeperPropertySourceLocator(org.apache.curator.framework.CuratorFramework curator,
ZookeeperConfigProperties properties) |
public ZookeeperConfigBootstrapConfiguration()
@Bean @ConditionalOnMissingBean public ZookeeperPropertySourceLocator zookeeperPropertySourceLocator(org.apache.curator.framework.CuratorFramework curator, ZookeeperConfigProperties properties)
@Bean @ConditionalOnMissingBean public ZookeeperConfigProperties zookeeperConfigProperties()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.