spring-cloud-openfeign icon indicating copy to clipboard operation
spring-cloud-openfeign copied to clipboard

FeignClients auto config

Open lixx174 opened this issue 3 months ago • 0 comments

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?

lixx174 avatar May 17 '24 06:05 lixx174