🔥 Creating Feign Client Interceptor Step by Step | Microservices Tutorial in Hindi

preview_player
Показать описание
In this video, we will learn how to create a Feign Client Interceptor in Hindi. Feign is a popular Java library for creating HTTP clients, and an interceptor is a powerful feature that allows you to modify the request and response of a Feign client. We will cover the basics of how to create an interceptor, including the necessary dependencies and annotations, and demonstrate how to use it in a real-world example. Whether you're a beginner or an experienced Java developer, this video will provide you with the knowledge you need to start using Feign Client Interceptors in your own projects.
Creating Feign Interceptor Step by Step

Important Videos:

Important Playlist:

Important Links:

Disclaimer:
All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.
Рекомендации по теме
Комментарии
Автор

Learned lot of skill because of you bro...Thanks for sharing and making a video.😀

sujitkumar
Автор

Well done sir ❤🙏 I'm from Pakistan

Code_Addicter
Автор

I need to implement SSO in the rest api so that users of the first API do not need to authenticate themselves again to use the services of 2nd api.
How to achieve this?
Please reply

SRandomRambles
Автор

Suppose I have a spring boot application which is having multiple instances running (lets say 3 instances are running), and I have a scheduler which is suppose generating a report after every 1 hour, so now my scheduler will start generating the same report for every instance of my application (so it will generate 3 report in total) and which is a wrong thing, so how can we handle such scenario. How to make our scheduler generate only 1 report even if 3 instances are running.

kshitijbansal
Автор

To be honest I was enjoying the series, was making its frontend too, but none of the things make any sense since you started OAuth2 implementation. Spending hours and hours to just make the code work, cz ur code dont work now, and none of it makes any sense

atharvashukla