We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897c485 commit f1b643fCopy full SHA for f1b643f
src/main/resources/application.yml
@@ -11,7 +11,7 @@ spring:
11
datasource:
12
# ===== [DB 접속 설정] =====
13
# 개발용/운영용에 맞게 URL 수정
14
- url: jdbc:mysql://shop-db.c74828wmikhx.ap-northeast-2.rds.amazonaws.com:3306/purchase?useSSL=false&serverTimezone=UTC&characterEncoding=UTF-8
+ url: jdbc:mysql://shop-db.c74828wmikhx.ap-northeast-2.rds.amazonaws.com:3306/users?useSSL=false&serverTimezone=UTC&characterEncoding=UTF-8
15
# url: jdbc:mysql://localhost:3307/users?useSSL=false&serverTimezone=UTC&characterEncoding=UTF-8
16
driver-class-name: com.mysql.cj.jdbc.Driver
17
username: admin
0 commit comments