Добавил файлы для работы с миграцией Liquibase

This commit is contained in:
Armo777 2026-01-29 10:57:47 +03:00
parent ab1d5364a0
commit 1ae24dd229
9 changed files with 408 additions and 5 deletions

View file

@ -4,4 +4,4 @@ spring.datasource.url=${POSTGRES_URL:jdbc:postgresql://localhost/petclinic}
spring.datasource.username=${POSTGRES_USER:petclinic}
spring.datasource.password=${POSTGRES_PASS:petclinic}
# SQL is written to be idempotent so this is safe
spring.sql.init.mode=always
spring.sql.init.mode=never