ClientHttpRequestInterceptor
是对RestTemplate
的请求进行拦截的,在项目中直接使用restTemplate.getForObject
的时候,会对这种请求进行拦截,经常被称为:RestTempalte
拦截器或者Ribbon
拦截器
SpringBoot常用拦截器(HandlerInterceptor,ClientHttpRequestInterceptor,RequestInterceptor)
https://blog.csdn.net/qq_42145871/article/details/108824056
标签:implements,拦截器,请求,ClientHttpRequestInterceptor,拦截,TenantClientHttpRequestInterce From: https://www.cnblogs.com/rapper-start/p/17191007.html