Spring Boot Rest Client - How to change the underlying HTTP Client

preview_player
Показать описание
In this tutorial you will learn how to change the Http Client in the new Rest Client. The Rest Client has a fluent and easy to use API that makes communicating with services over HTTP intuitive.

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

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

please create chapters in your videos. It helps a lot.

comicalInsan
Автор

Thank you for your tutorial, you are such a great person may God continue to bless you. Please sir make a tutorial on Java Back End with all the topics that will makes someone to become Java back end developer.
Thank you

abdulfatorma
Автор

Nice. Hope to see jwt token propagation.

assaduzzaman_dsi
Автор

Hey dan how do you move on with new feature added in each new version of spring boot.

I mean after looking at new release changes you go and understand them/learn them ?

sarkar_
Автор

which color theme are you using? Haveing issues reading white on dark, but your template feels like wellness to my eyes

Nico-lylh
Автор

By any chance, do you have an example of spring-boot project native image using web client (looking for the hint registration) ?

Techlovers-daveInTheCloud
Автор

Nice video
Could you do videos on the following topics:

- How to implement per-request connection and read timeout?
- How to implement complete request and response streaming (success and failure 4xx and 5xx HTTP STatus) with ability to manipulate request and response headers? The body of request and response is to be completely streamed.

SandipChitale
Автор

How to add ssl or client side certificates

asfakmhmd
Автор

What can be used to mock responses for RestClient in my integration tests?

francescospampinato
Автор

can you show the LiveTemplate for the RestClient? (or a link to a gist)

Muescha
Автор

In which cases should we use RestTemplate or WebClient or Feign? Thanks!

danilagrishin
Автор

Which has better performane: Rest Client or Feign Client?

luisr
Автор

How can we create an insecure RestClient that don't verify SSL/TLS?

MagnusLundvall