类 UserRpcServiceConfig

java.lang.Object
com.elitesland.ystdms.sys.feign.UserRpcServiceConfig

@Configuration @Import(FeignConfig.class) public class UserRpcServiceConfig extends Object
UserRpcService专用的Feign配置
  • 构造器详细资料

    • UserRpcServiceConfig

      public UserRpcServiceConfig()
  • 方法详细资料

    • oauth2FeignRequestInterceptor

      @Bean public feign.RequestInterceptor oauth2FeignRequestInterceptor()
      注册OAuth2FeignRequestInterceptor拦截器(用于认证)
    • tenantHeaderInterceptor

      @Bean public feign.RequestInterceptor tenantHeaderInterceptor()
      注册TenantHeaderInterceptor拦截器(用于添加X-Tenant-Code请求头)