SPRING BOOT FLYWAYDB MIGRATION DEMO
326 views · Published 4 June 2017 · 6:42 · Indexed 21 September 2026
Channel: Interview DOT · 2017 · Science & Technology
Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. SPRING BOOT FLYWAYDB MIGRATION DEMO SPRING BOOT FLYWAYDB MIGRATION DEMO TAMIL Flywaydb library helps in managing the database migration automatically without any manual intervention. It keeps tracking your database schema changes using a table called "SCHEMA_VERSION" as reference. How Flywaydb library works When Spring Boot Starts ,flywaydb library scans the 'dbmigration' directory for new sql script files. Verify the script changes against the 'SCHEMA_VERSION' table. If there is any change found during the database scripts scanning only the changed sql script portion will be executed
More from this channel
-
2:36
how many objects are created in java string str = new Stringabc java interview
-
1:43
Java Interview Question And Answer Eight Primitive Types in Java What Java Interview
-
3:37
Java Interview Question And Answer Different Thread States True or False Interview Question
-
2:13
Java Interview Question And Answer What would you use to compare == And equals Java Interview Quest
-
3:03
If the method to be overridden has access type protected, can subclass have the access type as priva
-
2:29
Java Interview Question And Answer What is Thread priority in Java
-
1:16
Java Interview Question And Answer When a thread blocks on IO, what state does it enter
-
3:21
What is NullPointerException in Java Java Interview Question And Answer NullPointerException