feat: add Liquibase migrations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user