mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-05-12 03:21:34 +08:00
解决 Public Key Retrieval is not allowed
This commit is contained in:
parent
459c23a257
commit
454eac2561
@ -17,7 +17,7 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
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
|
username: root
|
||||||
password: root
|
password: root
|
||||||
druid:
|
druid:
|
||||||
@ -108,8 +108,11 @@ sa-token:
|
|||||||
is-log: false
|
is-log: false
|
||||||
|
|
||||||
oss:
|
oss:
|
||||||
|
enable: false
|
||||||
endpoint: ""
|
endpoint: ""
|
||||||
accessKeyId: ""
|
accessKeyId: ""
|
||||||
accessKeySecret: ""
|
accessKeySecret: ""
|
||||||
roleArn: ""
|
roleArn: ""
|
||||||
roleSessionName: ""
|
roleSessionName: ""
|
||||||
|
bucket: ""
|
||||||
|
bucketDomain: ""
|
Loading…
x
Reference in New Issue
Block a user