spring-cloud-openfeign
spring-cloud-openfeign copied to clipboard
FeignClients auto config
trafficstars
If I include spring-cloud-starter-openfeign in my project that mean I need to use feign client why need to configure @EnableFeignClients manually? why not automatically configure when application started ,such as @EnableDiscoveryClient?