2019年4月11日 | Leave a comment 问题: get 时需要 reqeustBody 传 json 解决: final var resp = rest.exchange(baseUrl, HttpMethod.GET, new HttpEntity<>(json), RankResp.class); 参考: https://mekaso.rocks/get-requests-with-a-request-body-spring-resttemplate-vs-apache-httpclient