@Configuration(proxyBeanMethods=false)
@EnableAutoConfiguration(exclude=org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.class)
@EnableFeignClients
@LoadBalancerClient(value="fooservice",
configuration=WebClientCustomParserTests.SimpleLoadBalancerClientConfiguration.class)
@Import(value=WebClientCustomParserTests.ClientParserConfiguration.class)
public static class WebClientCustomParserTests.TestConfiguration
extends Object
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.