Feign Client Using Spring Boot | @EnableFeignClient | @FeignClient | FeignClient Spring Cloud

preview_player
Показать описание
Hi Everyone,

In this tutorial, I have explained about the feign client provided by the spring cloud using the spring boot application. We need to annotate our spring boot application with @EnableFeignClient and @FeignClient. This works as a wrapper layer for calling API endpoints without using RestTemplate.

Top Playlists:

Рекомендации по теме
Комментарии
Автор

Mr. India man, You are wonderful and helpful man. Indians save my so many times from my programist problems.

karolwaszczak
Автор

Very good explained. Thank you this kind of video.❤

Mukeshsharma-jbhq
Автор

Very well explained. Thank you for making the content simple and clear..

prajnaparimitakheti
Автор

excellent way of explaining with short example

sureshpal
Автор

Bro you have explained basic things very nice also same pattern utilize in real time.

harshavardhanmummanedi
Автор

Thank you so much ...finally a good video to understand feign

AbhijeetKumar-vhff
Автор

you're an amazing teacher, thanks for the video

diogomartins
Автор

short and sweet. thank you bro you made my day ! this is what we really wanted short and sweet cheers

ChariGunathilake
Автор

Excellent. Keep going. Make more informative videos

rajansonvane
Автор

Hello please do video on how to pull files from gcp using get method

tejaswisamericakaburlu
Автор

Feign client as micro service as per ur demo if feign client is down..? How to handle it ? Or feign client can use inside the demo micro service ? Which approach is correct ?

ganeshbodduaddasuryanitinb
Автор

What if I have many microservices ? Do I have to create multiple feign Client interfaces with all separate urls?

deeparatinam
Автор

Does method name in service and method name in feign client interface should have same name ?

Astrrick