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.
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
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?
Thanks a lot Sir . Really helps a lot
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.
Where can i find the advanced concepts of Flyway ?
Thanks, Siva for those videos. Can you explain all the advanced features? Which you have mentioned in the first video with spring boot.
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
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?
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.