Spring Flyway Support

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

TODO

  • Understand how main/resource/db/migration/V1.0_init.sql drives schema creation with Spring Data JPA.

Database Migration on Startup

https://docs.spring.io/spring-boot/docs/current/reference/html/howto-database-initialization.html#howto-execute-flyway-database-migrations-on-startup


Flyway database migration is automatically triggered on startup if "org.flywaydb:flyway-core" dependency is present in the application's classpath.

Organizatorium

  • Disable flyway support:

How to Enable Flyway

How to Disable Flyway