类 GybytOpenfeignConfig
- java.lang.Object
-
- cn.gybyt.web.config.GybytOpenfeignConfig
-
@Configuration @ConditionalOnClass(feign.Feign.class) @ConditionalOnProperty(prefix="gybyt.cloud", name="enable-feign-header-handle", havingValue="true", matchIfMissing=true) public class GybytOpenfeignConfig extends Objectopenfeign配置类
-
-
方法详细资料
-
gybytFeignRequestHeaderInterceptor
@Bean public GybytFeignRequestHeaderInterceptor gybytFeignRequestHeaderInterceptor()
-
-