1
0

Update template and add liquibase

This commit is contained in:
Владимир Шперлинг 2024-11-22 14:25:12 +07:00
parent 1a2662d4f0
commit 135190530b

View File

@ -9,20 +9,21 @@ spring:
enabled: true
jpa:
#generate-ddl: false
generate-ddl: true
generate-ddl: false
#generate-ddl: true
hibernate:
#ddl-auto: none
ddl-auto: create-drop
ddl-auto: none
#ddl-auto: create-drop
# Показываем запросы
show-sql: true
# Своевременный запуск data.sql
defer-datasource-initialization: true
spring-doc:
swagger-ui:
path: /swagger-ui.html
operationsSorter: method
liquibase:
enabled: true
change-log: classpath:db.changelog/db.changelog-master.xml