Commit 4d361e97 by Nepxion

重构类结构

parent 25a9ce8b
......@@ -53,8 +53,8 @@ public class ServiceStrategyAutoConfiguration {
return new ServiceStrategyInterceptor();
}
@ConditionalOnProperty(value = ServiceStrategyConstant.SPRING_APPLICATION_STRATEGY_FEIGN_HEADERS, matchIfMissing = false)
@Bean
@ConditionalOnProperty(value = ServiceStrategyConstant.SPRING_APPLICATION_STRATEGY_FEIGN_HEADERS, matchIfMissing = false)
public FeignStrategyInterceptor feignStrategyInterceptor() {
return new FeignStrategyInterceptor(feignHeaders);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment