Spring Flyway Support: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 20: Line 20:


* Disable flyway support:
* Disable flyway support:
=How to Enable Flyway=
=How to Disable Flyway=

Revision as of 20:29, 4 December 2018

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

TODO

Organizatorium

  • Disable flyway support:

How to Enable Flyway

How to Disable Flyway