programmatic REST clients likeRestClient,WebClient,RestTemplate,@FeignClient, ... (the last two being in "maintenance" mode should probably be avoided) single-page or mobile applications configured as "public" client and using a client-side OAuth2 lib likeangular-auth-oidc-client,...
The bottom layer of feign is based on httpClient .1.Registration serviceservices.AddSummerBoot(); services.AddSummerBootFeign();2.Define the interfaceDefine an interface, and add FeignClient annotation to the interface.In the FeignClient annotation, you can customize the public part of the http ...