Skip to content

Commit 5e9bee1

Browse files
committed
[Chore]: 테스트 db url 인메모리로 수정
1 parent 1f999d4 commit 5e9bee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring:
22
datasource:
3-
url: jdbc:h2:./db_dev;MODE=PostgreSQL;
3+
url: jdbc:h2:mem:db_test;MODE=PostgreSQL;
44
username: sa
55
password:
66
driver-class-name: org.h2.Driver

0 commit comments

Comments
 (0)