Update template and add liquibase
This commit is contained in:
parent
1a2662d4f0
commit
135190530b
@ -9,20 +9,21 @@ spring:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
jpa:
|
jpa:
|
||||||
#generate-ddl: false
|
generate-ddl: false
|
||||||
generate-ddl: true
|
#generate-ddl: true
|
||||||
|
|
||||||
hibernate:
|
hibernate:
|
||||||
#ddl-auto: none
|
ddl-auto: none
|
||||||
ddl-auto: create-drop
|
#ddl-auto: create-drop
|
||||||
|
|
||||||
# Показываем запросы
|
# Показываем запросы
|
||||||
show-sql: true
|
show-sql: true
|
||||||
|
|
||||||
# Своевременный запуск data.sql
|
|
||||||
defer-datasource-initialization: true
|
|
||||||
|
|
||||||
spring-doc:
|
spring-doc:
|
||||||
swagger-ui:
|
swagger-ui:
|
||||||
path: /swagger-ui.html
|
path: /swagger-ui.html
|
||||||
operationsSorter: method
|
operationsSorter: method
|
||||||
|
|
||||||
|
liquibase:
|
||||||
|
enabled: true
|
||||||
|
change-log: classpath:db.changelog/db.changelog-master.xml
|
Loading…
x
Reference in New Issue
Block a user