Skip to content

Commit f1b643f

Browse files
committed
deploy
1 parent 897c485 commit f1b643f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spring:
1111
datasource:
1212
# ===== [DB 접속 설정] =====
1313
# 개발용/운영용에 맞게 URL 수정
14-
url: jdbc:mysql://shop-db.c74828wmikhx.ap-northeast-2.rds.amazonaws.com:3306/purchase?useSSL=false&serverTimezone=UTC&characterEncoding=UTF-8
14+
url: jdbc:mysql://shop-db.c74828wmikhx.ap-northeast-2.rds.amazonaws.com:3306/users?useSSL=false&serverTimezone=UTC&characterEncoding=UTF-8
1515
# url: jdbc:mysql://localhost:3307/users?useSSL=false&serverTimezone=UTC&characterEncoding=UTF-8
1616
driver-class-name: com.mysql.cj.jdbc.Driver
1717
username: admin

0 commit comments

Comments
 (0)