Package com.elitesland.ystdms.sys.feign
Class UserRpcServiceConfig
java.lang.Object
com.elitesland.ystdms.sys.feign.UserRpcServiceConfig
UserRpcService专用的Feign配置
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfeign.RequestInterceptor注册OAuth2FeignRequestInterceptor拦截器(用于认证)feign.RequestInterceptor注册TenantHeaderInterceptor拦截器(用于添加X-Tenant-Code请求头)
-
Constructor Details
-
UserRpcServiceConfig
public UserRpcServiceConfig()
-
-
Method Details
-
oauth2FeignRequestInterceptor
@Bean public feign.RequestInterceptor oauth2FeignRequestInterceptor()注册OAuth2FeignRequestInterceptor拦截器(用于认证) -
tenantHeaderInterceptor
@Bean public feign.RequestInterceptor tenantHeaderInterceptor()注册TenantHeaderInterceptor拦截器(用于添加X-Tenant-Code请求头)
-