Class MockRestServiceServerAutoConfiguration

java.lang.Object
org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration

@AutoConfiguration @ConditionalOnClass(org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer.class) @ConditionalOnBooleanProperty("spring.test.webclient.mockrestserviceserver.enabled") public final class MockRestServiceServerAutoConfiguration extends Object
Auto-configuration for MockRestServiceServer support.
Since:
1.4.0
See Also:
  • Constructor Details

    • MockRestServiceServerAutoConfiguration

      public MockRestServiceServerAutoConfiguration()