-
Fix docs about @Configuration with @FeignClient (#1650) · 65829c43Matt Sicker authored
As discovered in #1643, using `@Configuration` on a custom configuration with `@FeignClient` is unnecessary and creates extra work for exclusion from a `@ComponentScan`. This updates the docs to make this explicit.
65829c43