Call a REST API from Spring Boot: How to use the RestTemplate

preview_player
Показать описание
In this tutorial I show you how to call a REST API form a Spring Boot application using the traditional Spring MVC + RestTemplate setup.

*Links*

*Connect With Devtiro*

*Timestamps*
0:00 Intro
0:22 Project Overview
02:09 Server Overview
02:49 Start Server
04:19 Caller Overview
08:04 Implement Client
13:11 RestTemplate Configuration
14:10 Test Run
16:44 Update Author
17:57 Next Up
Рекомендации по теме
Комментарии
Автор

Great explanation, i really like the way you show to us how can implements better solutions to us!

lucleber
Автор

Great Video!! One quick question, how do I put query params in the rest call using rest template?

jyotirmoypathak
Автор

You glossed over the need the know the type at runtime because of type erasure. Suggestion for next time some retry implementation on top of this using Resilence4J

rydmerlin
Автор

Any change of a real world example with spring security 6 & cors which only permits specific origins?

paulfx
Автор

great content always but visual studio code and java only reason i haven't subscribed yet

jamesngige