Clarify example in docs. Fixes gh-805.

This commit is contained in:
Olga Maciaszek-Sharma
2023-03-09 16:00:10 +01:00
parent 5e7eab89a5
commit e70b66c187

View File

@@ -199,6 +199,8 @@ feign:
queryMapEncoder: com.example.SimpleQueryMapEncoder
metrics.enabled: false
----
`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.
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.