类 RestTemplateConfig
java.lang.Object
com.elitesland.ystdms.sys.config.RestTemplateConfig
RestTemplate配置类
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.http.client.ClientHttpRequestFactoryorg.springframework.web.client.RestTemplate
-
构造器详细资料
-
RestTemplateConfig
public RestTemplateConfig()
-
-
方法详细资料
-
restTemplate
@Bean public org.springframework.web.client.RestTemplate restTemplate() -
clientHttpRequestFactory
@Bean public org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory()
-