@Component public class WxPayRestTemplateBuilder extends Object
| 构造器和说明 |
|---|
WxPayRestTemplateBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.web.client.RestTemplate |
createRestTemplate() |
org.springframework.web.client.RestTemplate |
createRestTemplate(Boolean ssl) |
org.springframework.web.client.RestTemplate |
createRestTemplate(Boolean ssl,
int timeout) |
org.springframework.web.client.RestTemplate |
createRestTemplate(Integer timeout) |
public org.springframework.web.client.RestTemplate createRestTemplate()
throws Exception
Exceptionpublic org.springframework.web.client.RestTemplate createRestTemplate(Integer timeout) throws Exception
Exceptionpublic org.springframework.web.client.RestTemplate createRestTemplate(Boolean ssl) throws Exception
ExceptionCopyright © 2019. All rights reserved.