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

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.
Support Me on : www.buymeacoffee.com/PlayJava
Top Playlists:
Design Microservices: • Building Microservices...
DevOps Tutorials: • Spring Boot Docker Exa...
Spring Cloud Tutorials: • Spring Cloud Ribbon Eu...
RabbitMQ Tutorials: • RabbitMQ in 5 minutes
Quick Revision - Java (Interview Questions) : • Create A Custom Exception
Quick Revision - Spring (Interview Questions) : • Transaction Management...
Spring Boot Tutorials: • Inject Prototype Bean ...
Multithreading In Java: • Building Microservices...
Java 8 Multithreading Complete Tutorial: • CompletableFuture In J...
ExecutorService Java | Complete Course: • ExecutorService 01 | J...
QuickTimers: • Maintain Caching | Cac...

Пікірлер: 34

  • @karolwaszczak8878
    @karolwaszczak88789 ай бұрын

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

  • @Mukeshsharma-jb3hq
    @Mukeshsharma-jb3hq5 ай бұрын

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

  • @robert202
    @robert20211 ай бұрын

    Well Explained. Thank you!

  • @prajnaparimitakheti4027
    @prajnaparimitakheti4027 Жыл бұрын

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

  • @ChariGunathilake
    @ChariGunathilake2 жыл бұрын

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

  • @sunildhume
    @sunildhume2 жыл бұрын

    Nicely explained, thanks!

  • @diogomartins946
    @diogomartins946 Жыл бұрын

    you're an amazing teacher, thanks for the video

  • @AbhijeetKumar-vh1ff
    @AbhijeetKumar-vh1ff2 жыл бұрын

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

  • @sureshpal5569
    @sureshpal55699 ай бұрын

    excellent way of explaining with short example

  • @TrendingCode

    @TrendingCode

    9 ай бұрын

    Thank you

  • @harshavardhanmummanedi4422
    @harshavardhanmummanedi44222 жыл бұрын

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

  • @ramakrishnapenti3572
    @ramakrishnapenti35722 жыл бұрын

    thank you bro,nice understanding

  • @billbill1789
    @billbill17892 жыл бұрын

    very good!

  • @snoopytapia3419
    @snoopytapia34192 жыл бұрын

    Nice video!!

  • @kannadasankaruppaiyan1155
    @kannadasankaruppaiyan1155 Жыл бұрын

    Awesome bro

  • @ibragimmagomedov4996
    @ibragimmagomedov4996 Жыл бұрын

    thank u my brother

  • @tinhnguyen2493
    @tinhnguyen2493 Жыл бұрын

    Very well 🥰

  • @TrendingCode

    @TrendingCode

    Жыл бұрын

    Thanks 😇

  • @muluadamtemesgen5993
    @muluadamtemesgen59932 жыл бұрын

    Short and clear, keep it up

  • @TrendingCode

    @TrendingCode

    2 жыл бұрын

    Thanks Muluadam 🙂

  • @viktoriiavlasenko834
    @viktoriiavlasenko834 Жыл бұрын

    Thank you❤ Best explanation!

  • @TrendingCode

    @TrendingCode

    Жыл бұрын

    Welcome 😇

  • @manindersingh6371
    @manindersingh6371 Жыл бұрын

    Nice explaination brother

  • @TrendingCode

    @TrendingCode

    Жыл бұрын

    Thanks

  • @rajansonvane488
    @rajansonvane4882 жыл бұрын

    Excellent. Keep going. Make more informative videos

  • @TrendingCode

    @TrendingCode

    2 жыл бұрын

    Sure will do that 😊

  • @ramakrishnapenti2801
    @ramakrishnapenti2801 Жыл бұрын

    thank you somuch bro got clear idea

  • @TrendingCode

    @TrendingCode

    Жыл бұрын

    Welcome

  • @deeparatinam9769
    @deeparatinam97692 жыл бұрын

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

  • @ganeshbodduaddasuryanitinb7811
    @ganeshbodduaddasuryanitinb78117 ай бұрын

    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 ?

  • @Astrrick
    @Astrrick2 жыл бұрын

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

  • @tejaswisamericakaburlu8051
    @tejaswisamericakaburlu8051 Жыл бұрын

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

  • @gustavoandresaedoconejera8613
    @gustavoandresaedoconejera86132 жыл бұрын

    repo?

  • @nitheeshreddy6863
    @nitheeshreddy6863 Жыл бұрын

    hi bro i am geeting this when i console the response feign.Response$InputStreamBody@b5868e8 what might be the error