generated from pricelees/issue-pr-template
refactor: 테스트 및 로컬의 application.yaml 설정 수정
This commit is contained in:
parent
6db8730764
commit
b986a20004
@ -3,18 +3,18 @@ spring:
|
||||
properties:
|
||||
hibernate:
|
||||
format_sql: true
|
||||
hibernate:
|
||||
ddl-auto: create-drop
|
||||
defer-datasource-initialization: true
|
||||
|
||||
h2:
|
||||
console:
|
||||
enabled: true
|
||||
path: /h2-console
|
||||
datasource:
|
||||
driver-class-name: org.h2.Driver
|
||||
url: jdbc:h2:mem:database
|
||||
username: sa
|
||||
password:
|
||||
hikari:
|
||||
jdbc-url: jdbc:h2:mem:database
|
||||
driver-class-name: org.h2.Driver
|
||||
username: sa
|
||||
password:
|
||||
|
||||
security:
|
||||
jwt:
|
||||
|
||||
@ -5,10 +5,6 @@ spring:
|
||||
hibernate:
|
||||
format_sql: true
|
||||
ddl-auto: create-drop
|
||||
defer-datasource-initialization: true
|
||||
sql:
|
||||
init:
|
||||
data-locations:
|
||||
|
||||
security:
|
||||
jwt:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user