generated from pricelees/issue-pr-template
refactor: application 설정에서 sql.init.mode 수정
This commit is contained in:
parent
b1a2a7bff1
commit
3fd9b7c1de
@ -4,7 +4,7 @@ server:
|
|||||||
spring:
|
spring:
|
||||||
sql:
|
sql:
|
||||||
init:
|
init:
|
||||||
schema-locations: classpath:schema/schema-mysql.sql
|
mode: never
|
||||||
jpa:
|
jpa:
|
||||||
defer-datasource-initialization: false
|
defer-datasource-initialization: false
|
||||||
hibernate:
|
hibernate:
|
||||||
|
|||||||
@ -17,7 +17,9 @@ spring:
|
|||||||
password:
|
password:
|
||||||
sql:
|
sql:
|
||||||
init:
|
init:
|
||||||
|
mode: always
|
||||||
schema-locations: classpath:schema/schema-h2.sql
|
schema-locations: classpath:schema/schema-h2.sql
|
||||||
|
data-locations: classpath:schema/region-data.sql
|
||||||
|
|
||||||
security:
|
security:
|
||||||
jwt:
|
jwt:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user