Update PolarisLoadBalancerAutoConfiguration.java

pull/1237/head
码匠君 2 years ago committed by GitHub
parent 787f312d28
commit 877ba45864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,7 +53,7 @@ import org.springframework.util.CollectionUtils;
public class PolarisLoadBalancerAutoConfiguration {
@Bean
public RestTemplateCustomizer restTemplateCustomizer(
public RestTemplateCustomizer polarisRestTemplateCustomizer(
@Autowired(required = false) RetryLoadBalancerInterceptor retryLoadBalancerInterceptor,
@Autowired(required = false) LoadBalancerInterceptor loadBalancerInterceptor) {
return restTemplate -> {

Loading…
Cancel
Save