generated from pricelees/issue-pr-template
refactor: 테스트 및 로컬의 application.yaml 설정 수정
This commit is contained in:
parent
6db8730764
commit
b986a20004
@ -3,18 +3,18 @@ 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:
|
||||||
driver-class-name: org.h2.Driver
|
hikari:
|
||||||
url: jdbc:h2:mem:database
|
jdbc-url: jdbc:h2:mem:database
|
||||||
username: sa
|
driver-class-name: org.h2.Driver
|
||||||
password:
|
username: sa
|
||||||
|
password:
|
||||||
|
|
||||||
security:
|
security:
|
||||||
jwt:
|
jwt:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user