remove redundant code

pull/304/head
weihu 3 years ago
parent 2b54a0ef9c
commit d283894713

@ -48,7 +48,6 @@ public class PolarisRestTemplateRegisterAutoConfiguration implements Application
Map<String, Object> beans = this.applicationContext.getBeansWithAnnotation(LoadBalanced.class);
if (!ObjectUtils.isEmpty(beans)) {
beans.forEach(this::initRestTemplate);
this.applicationContext.getBean(RestTemplate.class);
}
}

Loading…
Cancel
Save