springboot RestTemplate httpclient
- RestTemplate是spring支持的一個請求http rest服務的模板對象,性質上有點像jdbcTemplate
- RestTemplate底層仍是使用的httpclient(org.apache.http.client.HttpClient)發送請求的
- HttpClient能夠作鏈接池,而發送消息的工具類可使用RestTemplate,因此若是你的項目需求http鏈接池,RestTemplate+httpclient鏈接池是一種不錯的方式,能夠節省開發工做,也能夠更優雅的使用。
歡迎關注本站公眾號,獲取更多信息