11 Using RestTemplate to call an external microservice API - Spring Boot Microservices Level 1

preview_player
Показать описание
Workshop recorded live on Jan 26, 2019. This course is still in progress.

Learn how to use RestTemplate to make a REST API call from the Spring controller directly to another microservice and unmarshall the response into an object instance.

Course: Spring Boot Microservices Level 1 - Communication and discovery

This course introduces you to building microservices with Spring Boot and Spring cloud. This is Level 1 - start here if you are completely new to building microservices in Spring.
Рекомендации по теме
Комментарии
Автор

This is the best tutorial in the world about microservices, Really thanks. I did not think I could learn microservices so quickly, very well explained.

yaoichan
Автор

i have got the same case like this, i've been looking everywhere and couldn't find the answer, after i gave up, suddenly this video appeared on my youtube homepage, and it turned out that this technique was what i needed, after i tried it it turned out to be a technique it worked

thank you so much for making this video, you really saved my career.

ds
Автор

I have cracked a lot of interviews just with the help of your videos

dhunddhund
Автор

the good part of this tutorial is that you learn it with an real world problem practice. thanks

nasserabbassi
Автор

Thank you very much sir!!! Indebted, Best Java content on the net

chinmayrath
Автор

I so loved your tutorials. It have best explaining I've ever seen. Thank you so much for your work!!!

ypuetqn
Автор

This is so good.
Are you planning to do some tutos about Reactive programming ?
WebClient, WebFlux, Mono, etc.... spring reactive data etc..?

ngendlio
Автор

I love your videos. You present so many great different approaches/thoughts and talk through those things making it easier to understand and learn.

brandon_j
Автор

Very impressed with your tutorials and depth of your knowledge. You have got good voice too

edeepakjain
Автор

Thanks Kaushik and my freind Manish who referrred my this video. Each concept explained in simple way which can be understood even you are not from core Development background !!

adityamandlekar
Автор

Thank you so much. This one of the best video for micro services

parravai
Автор

11:10, is there any way to pass array of movie Ids and get the response in a single go? Iterative connections to the REST API can be costly.

RahulSingh-upjo
Автор

Please use white the board, I'm unable to identify the code with the current black screen. Thanks

santhoshdk
Автор

I'm actually learning many things besides microservices. <3

noranafari
Автор

Thanks so much for this priceless work of yours in educating us. However, I have a question. Instead creating constructor why can't we add annotation @component to bean and use the object in controller?

swethag
Автор

So glad to see this video, just save me for one problem about feign call

CoolCoder
Автор

Woah, this is so clever, thank you sooo much!

arnoclaude
Автор

Thank you, can you please make a video on how to call another micro service via rest template with query parametes?

nagavadlapudi
Автор

Guys for all who are getting error in map function u must use return new CatalogItem I verified in his gitlab code

dileepnb
Автор

Sir Thanks for uploading these tutorials. Sir at time 8:45 question was about to how about using abstract classes or interfaces and sharing these between microservices? your answer was good but i want to add one thing more in your answer (Microservices architecture being used as loosely coupled between each service component. if we uses abstract classes and interfaces then this approach will be drive to tight coupling). Correct me if i am wrong.

muhammadhamedkamal