OAuth2RestTemplate oauth2RestTemplate;
List m = oauth2RestTemplate.getForObject(httpUrl, List.class);
调用之后报如下错误:
org.springframework.web.client.RestClientException: Could not extract response: no suitable HttpMessageConverter found for response type [interface java.util.List] and content type [text/html;charset=UTF-8]