generated from pricelees/issue-pr-template
[#32] 지역 정보 추가 #33
@ -4,7 +4,7 @@ server:
|
||||
spring:
|
||||
sql:
|
||||
init:
|
||||
schema-locations: classpath:schema/schema-mysql.sql
|
||||
mode: never
|
||||
jpa:
|
||||
defer-datasource-initialization: false
|
||||
hibernate:
|
||||
|
||||
@ -17,7 +17,9 @@ spring:
|
||||
password:
|
||||
sql:
|
||||
init:
|
||||
mode: always
|
||||
schema-locations: classpath:schema/schema-h2.sql
|
||||
data-locations: classpath:schema/region-data.sql
|
||||
|
||||
security:
|
||||
jwt:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user