2019年3月24日

Spring中restTemplate忽略https证书的代码实现

摘要: spring的restTemplate底层默认是通过httpUrlConnection来实现的http客户端. 阅读全文

posted @ 2019-03-24 19:55 第一类间断点 阅读(9169) 评论(0) 推荐(0)

Spring中restTemplate忽略https证书的代码实现

摘要: package myapp.util; import org.jetbrains.annotations.NotNull; import org.springframework.http.client.SimpleClientHttpRequestFactory; import org.springframework.web.client.RestTemplate; import javax... 阅读全文

posted @ 2019-03-24 19:50 第一类间断点 阅读(263) 评论(0) 推荐(0)

导航