Spring Tips: Testcontainers, Docker Compose, and Service Connections, oh my!

Поделиться
HTML-код
  • Опубликовано: 13 окт 2024
  • Hi, Spring fans! In this installment, we look at the amazing service connection mechanism in Spring Boot. Service connections are what allow Spring Boot to connect to Testcontainers or Docker Compose containers for supporting infrastructure like SQL databases, middleare, and more.
    #java #javaframework #springboot #postgresql #kafka #rethinkdb #database #docker #testcontainers #testing

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

  • @davidtheprogrammer
    @davidtheprogrammer 3 месяца назад +1

    So many concepts. So good. Thanks for sharing

  • @aboubacardiallo9117
    @aboubacardiallo9117 3 месяца назад +3

    Amazing content always ! Thanks

  • @simongeard4824
    @simongeard4824 3 месяца назад +1

    Good video... nice to see some of the "behind the scenes" magic...

  • @elModo7
    @elModo7 3 месяца назад +1

    Thank you for sharing!

  • @marcelmoraisluna
    @marcelmoraisluna 3 месяца назад

    as always nice tips and concepts. Thanks for sharing man

  • @paulkalaw5231
    @paulkalaw5231 3 месяца назад

    How did you go from 3:42 to 3:43 where the ApplicationRunner turned into an arrow function?

  • @AdrianVrabie
    @AdrianVrabie 2 месяца назад

    nice!!! :)

  • @JnanasagarHG
    @JnanasagarHG 2 месяца назад

    How does this example working but I am getting error for foreign key constrain 🤔 ERROR: insert or update on table "customer_profiles" violates foreign key constraint "customer_profiles_customer_fkey", its trying to insert to custom_profile table first and then to customer so the error..

  • @paulcalinovici8808
    @paulcalinovici8808 26 дней назад

    Are these examples in a git repo?