类 UserRpcServiceConfig
java.lang.Object
com.elitesland.ystdms.sys.feign.UserRpcServiceConfig
UserRpcService专用的Feign配置
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明feign.RequestInterceptor注册OAuth2FeignRequestInterceptor拦截器(用于认证)feign.RequestInterceptor注册TenantHeaderInterceptor拦截器(用于添加X-Tenant-Code请求头)
-
构造器详细资料
-
UserRpcServiceConfig
public UserRpcServiceConfig()
-
-
方法详细资料
-
oauth2FeignRequestInterceptor
@Bean public feign.RequestInterceptor oauth2FeignRequestInterceptor()注册OAuth2FeignRequestInterceptor拦截器(用于认证) -
tenantHeaderInterceptor
@Bean public feign.RequestInterceptor tenantHeaderInterceptor()注册TenantHeaderInterceptor拦截器(用于添加X-Tenant-Code请求头)
-