Spring Flyway Support
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
Flyway database migration can be automatically triggered on startup if "org.flywaydb:flyway-core" dependency is present in the application's classpath.
Organizatorium
- Disable flyway support: