You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping to create an spring boot starter having an AutoConfiguration annotated with @EnableFeignClients and naively hoping it would scan automatically packages in my application for @FeignClient annotated classes. While investigating I read a lot of spring-boot/spring-cloud source to understand how these components work/are implemented and found out that spring-cloud was just not using auto configuration packages.
Is there any reason why spring-cloud isn't making use of AutoConfigurationPackages ? Could it be possible to have it implemented ? Thanks for your feedback.
The text was updated successfully, but these errors were encountered:
I was hoping to create an spring boot starter having an AutoConfiguration annotated with
@EnableFeignClients
and naively hoping it would scan automatically packages in my application for@FeignClient
annotated classes. While investigating I read a lot of spring-boot/spring-cloud source to understand how these components work/are implemented and found out that spring-cloud was just not using auto configuration packages.Is there any reason why spring-cloud isn't making use of
AutoConfigurationPackages
? Could it be possible to have it implemented ? Thanks for your feedback.The text was updated successfully, but these errors were encountered: