SpringBoot 使用 RestTemplate 调用exchange方法 显示错误信息

  1. SpringBoot使用RestTempate
  2. SpringBoot使用RestTemplate摘要认证
  3. SpringBoot使用RestTemplate基础认证
  4. SpringBoot使用RestTemplate 调用exchange方法 显示错误信息

restTemplate调用exchange方法,如果发生错误,看不到服务器返回的错误消息。或者想依赖返回的错误信息进行下一步处理。

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.client.ClientHttpRequestFactory;
<

你可能感兴趣的:(java)