Add Flyway

Add baseline schema
Add v2.1.0 db migration
This commit is contained in:
grimsi
2025-09-29 13:52:46 +02:00
parent 9283a61f7e
commit 1220fb5285
4 changed files with 476 additions and 1 deletions
+4 -1
View File
@@ -31,7 +31,7 @@ spring:
jpa:
# defer-datasource-initialization: true
hibernate:
ddl-auto: update
ddl-auto: validate
open-in-view: true
mustache:
check-template-location: false
@@ -50,6 +50,9 @@ spring:
virtual.enabled: true
mvc:
async.request-timeout: 0
flyway:
baseline-on-migrate: true
baseline-version: 2.0.0
vaadin:
# To improve the performance during development.