类 WebClientRestTemplateAutoConfiguration
java.lang.Object
org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
@AutoConfiguration(after=RestTemplateAutoConfiguration.class)
@ConditionalOnProperty(prefix="spring.test.webclient",
name="register-rest-template")
public class WebClientRestTemplateAutoConfiguration
extends Object
Auto-configuration for a web-client
RestTemplate
. Used when
AutoConfigureWebClient.registerRestTemplate()
is true
.- 从以下版本开始:
- 1.4.0
- 作者:
- Phillip Webb
- 另请参阅:
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
WebClientRestTemplateAutoConfiguration
public WebClientRestTemplateAutoConfiguration()
-
-
方法详细资料
-
restTemplate
-