Reactive REST API Calls in Spring Boot: How to Use the Reactive Web Client

preview_player
Показать описание
In this one I show you how I use the Spring WebClient in in a Reactive Spring Boot app.

*Links*

*Connect With Devtiro*

*Timestamps*
0:00 Intro
0:09 Domain Model
1:00 Test the Server
2:48 Client App Overview
8:24 Implement BooksClient
11:04 Implement Service
12:50 Implement BooksController
15:00 Test the solution
16:27 Pass Page Query Param
18:30 Next Up
Рекомендации по теме
Комментарии
Автор

We could also use default value annotation for zero page

Dd-do-and-dont
Автор

Can we have the repository link?
Thank you.

Ahmad_Al-Deeb
Автор

What if I am having app_id, app_key and some of the optinal query? How can i do so?
By the way really appreciate all your Spring Boot Tutorial !

juzlife
Автор

Why isn’t the page size part of the request parameters? It’s good to see you out of your comfort zone. If you want the performance benefits does the server have to be reactive too? For example if the underlying persistence layer supports reactive APIs.

rydmerlin
Автор

Is it possible to configure a proxy url and port on web client, similar to what a rest template can do in its config?

mirkolantieri