Spring Boot call REST API Tutorial

preview_player
Показать описание
In this tutorial, you will learn how to call a REST API in Spring Boot using the REST template. This is a good way to make a request to a public API or to another microservice in your distributed architecture.

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

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

Dude legit saved my career! Wish they taught us this stuff in college lol! Though you gotta be on top your game lol. He goes fast!

Daniel-Murphy
Автор

love the real world examples these are so helpful

kaatlev
Автор

Thank you so much Dan, for creating a video based on my question to you, hopefully it can be help someone else who feel the same situation 😇😇

ds
Автор

It'd really great to have a tutorial on jackson, as mentioned at 11:25.

andyl.
Автор

Great content. as another sequence video can you please add a queue to this two service so one can put todos in queue and other one picking it up whenever ready. that would be a good idea

tohidfla
Автор

Would be great if you create a video on consuming 3rd party API with live authentication using webclient, and explain little bit under the hood concept..like the jackson one you mentioned....Cheers :)

koushiksinha
Автор

Thank you for your work
great tutorial, still works in Spring Boot 3
greetings from Vienna :D thanks for this lecture :D

if you want a suggestion for a new video: Security in SpringBoot3 doesn't have much educational content online right now (well haven't looked really thoroughly right now, but i will need it in the future)

derda
Автор

Excellent one. Just one suggestion regarding the H2 DB please suggest the Dialect or mode. Beginners will stuck if that part is giving Runtime errors.

murunatan
Автор

As usual Dan, superb work! Just the question that follows, how to deal with token authentication to service and chaching, alternatives Thanks!!!

Автор

Great tutorial. What be more real word like is to add security dependency to both services, with the Dashboard service using form base security and API using token base security and finally Todo service using token base security only. Maybe a part 2 tutorial?

paulfx
Автор

Hi, thank you for the time and the content, as the content is pretty recent, is there a reason you did not use WebClient over RestTemplate ?

nicolasbriand
Автор

very interesting, thanks ! What about a video about the old-but-still-used-sigh SOAP services ? maybe something about creating both server and client SOAP services starting from WSDL and XSD provided files.. ;-) thanks anyway!

alessandrodemanzano
Автор

Copypasting Model-class to each services produce inconsistency (one place we changing, for another place - we forgetting).
What is the best way to avoid DRY?

ruslansimakov
Автор

thank you sir. as always, , great content n very useful.

nurhadi-dev
Автор

Please upload one e commerce project with dashboard with springboot security jdbc + react hooks

jeevanthalluri
Автор

I really appreciate your videos. I have some suggestions to make them easier to consume. First, please make your audio louder. It's always too quiet. Also, please don't start from scratch in every video. Prepare the services and DB records in advance. We don't need to see that every time.

Marnee
Автор

Hello, Thank you for the Explanation, Please keep continuing the same, Love the way you code. I am getting 401 Unauthorised: [no body] Error while calling external rest points. Do you have any suggestion ?

manojpal
Автор

Hi Dan, could you please make some videos about spring cloud and micro services, thanks

victorbear
Автор

Hello, I am trying to call a third-party API, but it requires authentication (bearer token) to get the data, how do I proceed from what you showed in this video?

mrooglyboogie
Автор

can you show how to get response body when api don't return 200 status?

leong
visit shbcf.ru