[#32] 지역 정보 추가 #33

Merged
pricelees merged 3 commits from refactor/#32 into main 2025-08-10 05:43:35 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 3fd9b7c1de - Show all commits

View File

@ -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:

View File

@ -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: