Skip to content

Commit

Permalink
Mysql url 및 옵션 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoon-Hub committed Oct 15, 2023
1 parent a0b4e21 commit b6ad9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spring:
# 존재하지 않는 api 요청 처리
throw-exception-if-no-handler-found: true
datasource:
url: jdbc:mysql://49.50.174.69:3306/bside?characterEncoding=UTF-8&serverTimezone=UTC&useSSL=false
url: jdbc:mysql://49.50.174.69:3306/bside?characterEncoding=UTF-8&serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: bside
password: bside
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit b6ad9e8

Please sign in to comment.