Skip to content

Commit b7de95e

Browse files
committed
Merge remote-tracking branch 'origin/3.1.x'
2 parents e09bb5f + e70b66c commit b7de95e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/main/asciidoc/spring-cloud-openfeign.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ spring:
217217
queryMapEncoder: com.example.SimpleQueryMapEncoder
218218
micrometer.enabled: false
219219
----
220+
`feignName` in this example refers to `@FeignClient` `value`, that is also aliased with `@FeginClient` `name` and `@FeignClient` `contextId`. In a load-balanced scenario, it also corresponds to the `serviceId` of the server app that will be used to retrieve the instances.
221+
220222

221223
Default configurations can be specified in the `@EnableFeignClients` attribute `defaultConfiguration` in a similar manner as described above. The difference is that this configuration will apply to _all_ feign clients.
222224

0 commit comments

Comments
 (0)