摘要: springboot内自带的resttemplate可以帮助我们实现远程调用其他服务接口的作用,实际封装了httpclient,将httpclient繁琐的 配置用springboot特有的配置类来配置,并交给sprinng管理. 避免在一个项目中频繁创建httpclient对象,造成的堆内存浪费, 阅读全文
posted @ 2019-11-05 17:57 Merrizee 阅读(1551) 评论(0) 推荐(0)