@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(value="spring.cloud.zookeeper.dependency.resttemplate.enabled",
matchIfMissing=true)
@ConditionalOnBean(value=org.springframework.web.client.RestTemplate.class)
public class DependencyRestTemplateAutoConfiguration
extends Object
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.