Skip to content

Commit 42d4ec5

Browse files
committed
chore: db 접속 url 변경
1 parent 616b4cb commit 42d4ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-dev.yml

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:mysql://localhost:3306/intro
3+
url: jdbc:mysql://db:3306/intro?serverTimezone=UTC&allowPublicKeyRetrieval=true&useSSL=false
44
username: ${DB_USER}
55
password: ${DB_PASSWORD}
66
driver-class-name: com.mysql.cj.jdbc.Driver

0 commit comments

Comments
 (0)