Spring Flyway Support: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
No edit summary |
||
Line 10: | Line 10: | ||
* Understand how main/resource/db/migration/V1.0_init.sql drives schema creation with [[Spring Data JPA]]. | * Understand how main/resource/db/migration/V1.0_init.sql drives schema creation with [[Spring Data JPA]]. | ||
</font> | </font> | ||
=Database Migration on Startup= | |||
{{External|https://docs.spring.io/spring-boot/docs/current/reference/html/howto-database-initialization.html#howto-execute-flyway-database-migrations-on-startup}} |
Revision as of 20:14, 18 October 2018
Internal
Overview
TODO
- Understand how main/resource/db/migration/V1.0_init.sql drives schema creation with Spring Data JPA.