refactor: 테스트 및 로컬의 application.yaml 설정 수정

This commit is contained in:
이상진 2025-08-02 13:52:26 +09:00
parent 6db8730764
commit b986a20004
2 changed files with 6 additions and 10 deletions

View File

@ -3,16 +3,16 @@ spring:
properties: properties:
hibernate: hibernate:
format_sql: true format_sql: true
hibernate:
ddl-auto: create-drop ddl-auto: create-drop
defer-datasource-initialization: true
h2: h2:
console: console:
enabled: true enabled: true
path: /h2-console path: /h2-console
datasource: datasource:
hikari:
jdbc-url: jdbc:h2:mem:database
driver-class-name: org.h2.Driver driver-class-name: org.h2.Driver
url: jdbc:h2:mem:database
username: sa username: sa
password: password:

View File

@ -5,10 +5,6 @@ spring:
hibernate: hibernate:
format_sql: true format_sql: true
ddl-auto: create-drop ddl-auto: create-drop
defer-datasource-initialization: true
sql:
init:
data-locations:
security: security:
jwt: jwt: