WireMock Basic Feature Overview to Mock HTTP Calls

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025

Комментарии • 5

  • @marcotizzano77
    @marcotizzano77 3 года назад +2

    It's so perfect for what I've been developing. The only issue is that my application is based on Spring 4 and JUnit 4, and for this reason I've been having some issues. So far I managed to fix them all, though. Thanks a lot for sharing this.

    • @rieckpil
      @rieckpil  3 года назад +1

      I'm glad to hear that this recipe helps you and that you could fix the setup for Spring 4 and JUnit 4 :)

  • @johncerpa3782
    @johncerpa3782 3 года назад +2

    Great video! Thank you

  • @gctpalani2020
    @gctpalani2020 3 года назад

    If service has Zookeeper, How to handle this in wiremock as spring is not starting. Need help in getting sample code

    • @rieckpil
      @rieckpil  3 года назад

      What's the exact problem that Spring is not starting? Can you share more information including a minimal reproducible code example?