@Configuration(proxyBeanMethods=false)
@EnableAutoConfiguration
@EnableFeignClients
@LoadBalancerClient(value="exceptionservice",
configuration=WebClientExceptionTests.ExceptionServiceLoadBalancerClientConfiguration.class)
public static class WebClientExceptionTests.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.