Spring Boot Rest Client Testing with @RestClientTest Issue & Work-around

preview_player
Показать описание

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

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

I ended up creating a test-only RestClient to work around this but this is much cleaner. Awesome!

oantonioalmeida
Автор

Hi you're doing good job, keep rocking with java programming, i support you, you're new subscriber ❤

INFO_HISTORY
Автор

Could you provide a video covering asynchronous requests using WebClient or another library that can offer this? And if possible, how to do unit tests as well, as that would be very helpful!

Jvnyor
Автор

Hey Dan, I use resttemplate and wanted to move to springboot 3 and confused to use webclient or the restclient. I call sync apis and wanted to understand whether to directly learn restclient or first go through webclient as it was a successor of resttemplate(after it got deprecated)

nousername-lu