You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont believe there are properties for this, but instead of specifying the configuration property for each client, if you want those values to apply to all Feign clients you can just create those beans as part of your applications configuration.
Hi all, I have problem with current Feign Client configuration via Configuration Class.
Currently I create feign client using this way :
and every time I create feign client, I create configuration class.
Is there any short way to configure feign client just via configuration properties? example :
If there is no way to configure feign client via configuration properties, I will happy to contribute to this repository
Best Regards.
The text was updated successfully, but these errors were encountered: