Skip to content

Commit

Permalink
allowPublicKeyRetrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
sodaRyCN committed May 28, 2024
1 parent 890c8b6 commit 6b5c0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventmesh-admin-server/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring:
datasource:
url: jdbc:mysql://localhost:3306/eventmesh?serverTimezone=GMT%2B8&characterEncoding=utf-8&useSSL=false
url: jdbc:mysql://localhost:3306/eventmesh?serverTimezone=GMT%2B8&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: mike920830
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit 6b5c0a8

Please sign in to comment.