mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-05-11 11:01:34 +08:00
解决 Public Key Retrieval is not allowed
This commit is contained in:
parent
459c23a257
commit
454eac2561
@ -17,7 +17,7 @@ spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
url: jdbc:mysql://localhost/magic-boot?useSSL=false&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
||||
url: jdbc:mysql://localhost/magic-boot?useSSL=false&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF8&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
password: root
|
||||
druid:
|
||||
@ -108,8 +108,11 @@ sa-token:
|
||||
is-log: false
|
||||
|
||||
oss:
|
||||
enable: false
|
||||
endpoint: ""
|
||||
accessKeyId: ""
|
||||
accessKeySecret: ""
|
||||
roleArn: ""
|
||||
roleSessionName: ""
|
||||
roleSessionName: ""
|
||||
bucket: ""
|
||||
bucketDomain: ""
|
Loading…
x
Reference in New Issue
Block a user