I'm creating a loadbalancer using Netflix round ribbon but i am not able to auto wire
IClientConfig
this object.
I tried this also
@SpringBootApplication(scanBasePackages{"com.netflix.client.confg.IClientConfig"})
but this is also not working for me.
I'm getting this exception
org.spring framework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.netflix.client.config.IClientConfig' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}