From 454eac2561143740f11471e110621e3d6de00b51 Mon Sep 17 00:00:00 2001 From: zegezy <1098696801@qq.com> Date: Sat, 1 Apr 2023 21:14:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20Public=20Key=20Retrieval?= =?UTF-8?q?=20is=20not=20allowed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- magic-boot/src/main/resources/application.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/magic-boot/src/main/resources/application.yml b/magic-boot/src/main/resources/application.yml index 260c7d1..8db6956 100644 --- a/magic-boot/src/main/resources/application.yml +++ b/magic-boot/src/main/resources/application.yml @@ -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: "" \ No newline at end of file + roleSessionName: "" + bucket: "" + bucketDomain: "" \ No newline at end of file