Category: OpenFeign
-
How to configure fiegn clients to perform HTTP requests in Spring
In our previous tutorial, we discussed how to configure and enable OpenFeign and Feign clients in a Spring boot application. In this tutorial, we will dig deeper into Feign clients and discuss how to create and configure Feign clients to call external services using the HTTP GET, PUT. POST and DELETE functions. We will also…