Annotation Type Element and Description |
---|
org.springframework.cloud.openfeign.FeignClient.qualifier
in favour of
FeignClient.qualifiers() .
If both FeignClient.qualifier() and FeignClient.qualifiers() are present, we will use the
latter, unless the array returned by FeignClient.qualifiers() is empty or only
contains null or whitespace values, in which case we'll fall back
first to FeignClient.qualifier() and, if that's also not present, to the default =
contextId + "FeignClient" . |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.