Spring Boot Liquibase Up and running

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

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

  • @rlessadarosa
    @rlessadarosa Год назад +1

    great video! Mike there is a way to use generate the change log using liquibase:diff, comparing the database with jpa entities?

  • @SamTheReapere
    @SamTheReapere 7 месяцев назад +1

    Nice video. It helped a lot. I have a question. Do you know how I could override the escapeObjectName method in liquibase.database.core.PostgresDatabase in springboot?

  • @maqsutyangiboyev8397
    @maqsutyangiboyev8397 Год назад +1

    I didn't find any code in the link from the description

    • @MikesTechCorner
      @MikesTechCorner  Год назад +1

      Sorry try this: github.com/ekim197711/springboot-liquibase-postgres

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

    Thanks Mike! Saved the day!

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

      Glad it helped! With great powers comes great responsibility!

  • @absfinal
    @absfinal Год назад +1

    I saw some feature called generatechangelog I want to try because I am lazy to write them myself. Is there any reason why you prefer to write them manually?

    • @MikesTechCorner
      @MikesTechCorner  Год назад +1

      No! I think that is the best way if you want to save time. Go ahead and use the generate changelog. I just wrote them to show off the tech.

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

    Great video buddy, keep up the amazing work!

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

    you are the best thanks !