官方文檔
https://docs.spring.io/spring-framework/docs/5.2.8.RELEASE/javadoc-api/
https://docs.spring.io/spring-framework/docs/5.2.8.RELEASE/javadoc-api/org/springframework/web/client/RestTemplate.html
感謝
https://www.jianshu.com/p/90ec27b3b518(簡單明了)
https://www.imooc.com/article/44796
建議使用exchange ,其他方法都是對execute進行了封裝,都擁有各自的局限性。
補充
基於springboot的RestTemplate、okhttp和HttpClient對比