feat: add Liquibase migrations

This commit is contained in:
me
2026-02-22 18:37:32 +03:00
parent f4b01cfefa
commit afc773815f
5 changed files with 102 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ spring:
jpa:
hibernate:
ddl-auto: validate
show-sql: false
liquibase:
change-log: classpath:db/migration/changelog-master.xml
server:
port: 8080