Class ProxyTestConfiguration


  • @SpringBootConfiguration
    @EnableAutoConfiguration(exclude=org.springframework.boot.autoconfigure.security.reactive.ReactiveSecurityAutoConfiguration.class)
    @EnableWebFlux
    @ComponentScan(basePackageClasses=ControllerOne.class)
    public class ProxyTestConfiguration
    extends Object
    The test configuration to test the web client proxy builder.
    Author:
    Christian Bremer
    • Constructor Detail

      • ProxyTestConfiguration

        public ProxyTestConfiguration()