-
Fix Eureka Ribbon Auto Config conditions. · d1f8c031Spencer Gibb authored
Specifically, add `@ConditionalOnBean(EurekaClient.class)`. Fixes an issue where eureka and ribbon are on the classpath, eureka.client.enabled=false which would cause a bean not found exception. fixes gh-1511
×