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

Sdílet
Vložit
  • čas přidán 21. 08. 2024
  • Jun 13, 2022 Spring I/O 2022 - Barcelona, 26-27 May
    Testcontainers libraries integrate with Spring Boot to offer seamless, unit-test like experience for integration tests with real services running in containers: Kafka, databases, Elasticsearch, cloud technologies and everything else runnable in Docker. This flexibility can help in development environments automatically providing access to all required services without complex setups.
    In this session we’ll show how you can supercharge your existing testing infrastructure based on Testcontainers for local development, programmatically require service dependencies without sacrificing speed of your development loop!

Komentáře • 9

  • @BDGKruger
    @BDGKruger Před 2 lety +2

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

  • @sidremey
    @sidremey Před 2 lety +3

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

  • @bering17
    @bering17 Před 2 lety

    great one performance, wish more like this

  • @DanishAlready
    @DanishAlready Před 2 lety +7

    could we have the demo repository GitHub?

  • @brockk9623
    @brockk9623 Před 2 lety +2

    very informative and i wannt get github repo~~

  • @hendisantika
    @hendisantika Před rokem +1

    How do we mix testcontainers, mysql & flyway?

    • @MrMikopi
      @MrMikopi Před 3 měsíci

      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.

  • @Useroelas97
    @Useroelas97 Před rokem

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