类 MockRestServiceServerAutoConfiguration

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

@AutoConfiguration @ConditionalOnProperty(prefix="spring.test.webclient.mockrestserviceserver", name="enabled") public class MockRestServiceServerAutoConfiguration extends Object
Auto-configuration for MockRestServiceServer support.
从以下版本开始:
1.4.0
作者:
Phillip Webb, Scott Frederick
另请参阅: