类 RestTemplateConfig
java.lang.Object
cn.warpin.core.config.RestTemplateConfig
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.web.client.RestTemplateorg.springframework.web.client.RestTemplate用于https请求,忽略认证
-
构造器详细资料
-
RestTemplateConfig
public RestTemplateConfig()
-
-
方法详细资料
-
RestTemplate
@Bean("restTemplate") public org.springframework.web.client.RestTemplate RestTemplate() -
restTemplateHttps
@Bean("unSSLRestTemplate") public org.springframework.web.client.RestTemplate restTemplateHttps()用于https请求,忽略认证- 返回:
- unSSLRestTemplate
-