@Configuration(proxyBeanMethods=false)
@EnableAutoConfiguration(exclude=org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.class)
@EnableFeignClients
@LoadBalancerClient(value="fooservice",
configuration=WebClientNotSampledTests.SimpleLoadBalancerClientConfiguration.class)
public static class WebClientNotSampledTests.TestConfiguration
extends Object
| Constructor and Description |
|---|
TestConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.client.RestTemplate |
restTemplate() |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.