Uma Charan GoraiUnderstanding Feign: The Declarative Web Service Client for MicroservicesFeign is a declarative web service client developed by Netflix, commonly used in microservices architecture to simplify the interaction…Dec 2
VinotechMastering OpenFeign in Spring Boot: A Deep Dive with ExamplesOpenFeign is a declarative web service client, which allows us to simplify the process of making HTTP requests from our Spring Boot…Nov 12
InDevOps.devbyNithidol VacharotayanSpring Cloud OpenFeign & Netflix Eureka GuideNot a Medium member? No problem! Read the full article here. Enjoy!Sep 13Sep 13
Zdenek PapezSpring Boot Using Multiple OpenFeign Clients To Authenticate REST API CallsOpenFeign — what if you need to connect to multiple APIs with different users and authentication methods?Nov 23, 20202Nov 23, 20202
Mikhail PotterOverriding OpenFeign client URLWe are using OpenFeign in Spring Boot quite often for external services integration. Usually, we configure them differently depending on…Mar 11Mar 11
Uma Charan GoraiUnderstanding Feign: The Declarative Web Service Client for MicroservicesFeign is a declarative web service client developed by Netflix, commonly used in microservices architecture to simplify the interaction…Dec 2
VinotechMastering OpenFeign in Spring Boot: A Deep Dive with ExamplesOpenFeign is a declarative web service client, which allows us to simplify the process of making HTTP requests from our Spring Boot…Nov 12
InDevOps.devbyNithidol VacharotayanSpring Cloud OpenFeign & Netflix Eureka GuideNot a Medium member? No problem! Read the full article here. Enjoy!Sep 13
Zdenek PapezSpring Boot Using Multiple OpenFeign Clients To Authenticate REST API CallsOpenFeign — what if you need to connect to multiple APIs with different users and authentication methods?Nov 23, 20202
Mikhail PotterOverriding OpenFeign client URLWe are using OpenFeign in Spring Boot quite often for external services integration. Usually, we configure them differently depending on…Mar 11
InThe StartupbySumant RanaSpring Boot — How to unit test a Feign Client in isolation using only Service NameA simple mechanism to test a feign client in case the URL parameter is not provided.May 30, 20203
Balakrishnan vishnuganElevate Spring Boot APIs: Unleashing RestTemplate and OpenFeign MasteryOptimizing API Connectivity in Spring Boot with Proven Techniques💡🌟🌟Dec 14, 2023
Marcelo DominguesDecoding Spring’s Rest Tools: A Comprehensive Dive into RestTemplate and OpenFeignIn today’s modern development, RESTful services are integral, particularly in Spring’s framework which focuses on client-side service…Nov 15, 2023