Getting Started with the Web Client in Spring Boot & Writing Tests

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 11

  • @SandipChitale
    @SandipChitale 2 місяці тому +5

    Thanks.
    It would be nice to see an extension of this with streaming requests and responses for use in a gateway or proxy and uploading and downloading large files.

  • @Jvnyor
    @Jvnyor 2 місяці тому +2

    Thank you very much for the video! It helped me a lot, and I am sure it will help many others!

    • @DanVega
      @DanVega  2 місяці тому +2

      @@Jvnyor Ohh hello there 👋🏻 star of this video 🤩 Thanks for the question

    • @Jvnyor
      @Jvnyor 2 місяці тому

      @@DanVega Thank you, Dan! I'm honored to be a part of your video. Your content is always so helpful and inspiring. Keep up the great work!

  • @gsilveralan
    @gsilveralan 2 місяці тому +4

    Can we do this with Virtual Threads?

  • @hayrullahyasar
    @hayrullahyasar 2 місяці тому

    Thank you for sharing

  • @AdrianVrabie
    @AdrianVrabie 2 місяці тому +1

    nice :) although I don't really see much value in unit testing the web client... it's good to have unit/code coverage :D

  • @frantisekcerven8554
    @frantisekcerven8554 2 місяці тому +1

    Hi Dan, could you please explain how to do Oauht2 + new RestClient? Thank you very much.

  • @marekj3759
    @marekj3759 2 дні тому

    what's the theme for IntelliJ? 🙂

  • @zackfei
    @zackfei 2 місяці тому

    Can you do use webclient in spring web? I know that it won’t get the reactive advantages, just that want to explore the possibility to do so. Before “restclient” was introduced in spring web, there is 2 ways to do the rest call, resttemplate and webclient