How to download image using rest template?
问题 I have the following code: restTemplate.getForObject("http://img.championat.com/news/big/l/c/ujejn-runi_1439911080563855663.jpg", File.class); I especially took image which doesn't require authorization and available absolutely for all. when following code executes I see the following stacktrace: org.springframework.web.client.RestClientException: Could not extract response: no suitable HttpMessageConverter found for response type [class java.io.File] and content type [image/jpeg] at org