Allow using multiple qualifiers for feign clients. (#485)

* Allow using multiple qualifiers for feign clients. Fixes gh-471.
This commit is contained in:
Olga Maciaszek-Sharma
2021-02-18 13:28:18 +01:00
committed by GitHub
parent a205afb88d
commit c92849e28e
7 changed files with 194 additions and 20 deletions

View File

@@ -59,7 +59,7 @@ In the `@FeignClient` annotation the String value ("stores" above) is an arbitra
You can also specify a URL using the `url` attribute
(absolute value or just a hostname). The name of the bean in the
application context is the fully qualified name of the interface.
To specify your own alias value you can use the `qualifier` value
To specify your own alias value you can use the `qualifiers` value
of the `@FeignClient` annotation.
The load-balancer client above will want to discover the physical addresses