dev #3
15
src/main/resources/application-dev.yaml
Normal file
15
src/main/resources/application-dev.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
spring:
|
||||||
|
liquibase:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
sql:
|
||||||
|
init:
|
||||||
|
mode: always
|
||||||
|
|
||||||
|
datasource:
|
||||||
|
initialization-mode: always
|
||||||
|
|
||||||
|
jpa:
|
||||||
|
show-sql: true
|
||||||
|
hibernate:
|
||||||
|
ddl-auto: create-drop
|
||||||
Reference in New Issue
Block a user