Class MockRestServiceServerAutoConfiguration

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

@AutoConfiguration @ConditionalOnBooleanProperty("spring.test.webclient.mockrestserviceserver.enabled") public class MockRestServiceServerAutoConfiguration extends Object
Auto-configuration for MockRestServiceServer support.
Since:
1.4.0
Author:
Phillip Webb, Scott Frederick
See Also: