Testcontainers and Spring Boot from integration tests to local development! by Oleg Šelajev

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

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

  • @BDGKruger
    @BDGKruger 2 года назад +2

    Oleg is a very interesting speaker 😁👍 He keeps things interesting

  • @DanishAlready
    @DanishAlready 2 года назад +7

    could we have the demo repository GitHub?

  • @bering17
    @bering17 2 года назад

    great one performance, wish more like this

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

    Code is available in the 'workshop' repository of the 'testcontainers' github account (apologies - links cannot be posted here)

  • @brockk9623
    @brockk9623 2 года назад +2

    very informative and i wannt get github repo~~

  • @Useroelas97
    @Useroelas97 Год назад

    There is a need to have docker locally ?. Thank you

    • @MrMikopi
      @MrMikopi 9 месяцев назад

      I think so

  • @hendisantika
    @hendisantika 2 года назад +1

    How do we mix testcontainers, mysql & flyway?

    • @MrMikopi
      @MrMikopi 9 месяцев назад

      Import testcontainers. Generate a mysql container. When it runs, I think you have to provide the generated database's URL, Password and Usename to your system variables/properties.
      When those are set, flyway does it's thing automatically Afaik.