java中的HTTP客户端 Spring RestTemplate详解

根据封装的层次,依次为URLConnection、HttpClient、springboot的RestTemplate。

对于特定服务组件又有专门的客户端类,例如es有JestClient、RestClient(es5.0以后出现的一种官方的基于rest的Java客户端)。

RestTemplate的几种实现

https://blog.csdn.net/qq_35981283/article/details/82056285

Spring RestTemplate详解

https://www.cnblogs.com/zhaoyan001/p/8442602.html

【Spring Boot】RestTemplate使用总结

https://blog.csdn.net/hu_zhiting/article/details/84292751

猜你喜欢

转载自www.cnblogs.com/suntp/p/11272254.html