Flyway Tutorial - 3. Flyway Plugin For Maven Project

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

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

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

    Thanks a lot Sir . Really helps a lot

  • @Das.Kleine.Krokodil
    @Das.Kleine.Krokodil 2 года назад

    Why, when I create a project in Spring Initializr, does it have it in the dependencies section, but not in plugin section? And on the contrary, you have in plugin, but not in dependencies.

  • @niraj5152
    @niraj5152 5 лет назад

    Where can i find the advanced concepts of Flyway ?

  • @anitadevdare6813
    @anitadevdare6813 5 лет назад

    Thanks, Siva for those videos. Can you explain all the advanced features? Which you have mentioned in the first video with spring boot.

    • @SivaReddyJavaTechie
      @SivaReddyJavaTechie  5 лет назад

      You can refer below url for flyway -springboot integration and let me know if this will not work for you.
      flywaydb.org/documentation/plugins/springboot

  • @kamachis4877
    @kamachis4877 5 лет назад

    Hi Siva, Thank you for the video. Quick question - Why user name "FLYWAY" have been taken as schema name. If my user name is different from my schema name how to handle it? could you please clarify?

    • @SivaReddyJavaTechie
      @SivaReddyJavaTechie  5 лет назад

      You can provide schema name as your wish but when you run flyway migration you have to provide user name and password for the schema.