Skip to content

Commit 7d11f88

Browse files
committed
[Feat]: DB URL 수정
1 parent 80cd4ee commit 7d11f88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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;DATABASE_TO_LOWER=TRUE;DEFAULT_NULL_ORDERING=HIGH;
3+
url: jdbc:h2:./db_dev;MODE=PostgreSQL;
44
username: sa
55
password:
66
driver-class-name: org.h2.Driver
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;DATABASE_TO_LOWER=TRUE;DEFAULT_NULL_ORDERING=HIGH;
3+
url: jdbc:h2:./db_dev;MODE=PostgreSQL;
44
username: sa
55
password:
66
driver-class-name: org.h2.Driver

0 commit comments

Comments
 (0)