spring-cloud-openfeign
spring-cloud-openfeign copied to clipboard
Why is @EnableFeignClients needed in spring boot?
trafficstars
Hi,
May i enquire why @EnableFeignClients need to be explicitly added in spring boot in order to use it, since spring boot should be able to detect the presence of the feign dependencies, and automatically enable it.
This is akin to spring MVC where developer doesn't need to explicitly add @EnableWebMvc in spring boot