使用RestTemplate发送post和delete请求

使用RestTemplate发送post和delete请求,其中delete请求须要特别支持eg: RestTemplate restTemplate = new RestTemplate(); restTemplate.setRequestFactory(new HttpComponentsClientHttpRequestFactory() { @Overri
相关文章
相关标签/搜索