From 8422d3a3439dbabd2b1bdd2589e205624eed1e68 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 21 十一月 2023 10:49:29 +0800 Subject: [PATCH] 添加数据库链接参数 --- src/main/resources/all-application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/all-application.yml b/src/main/resources/all-application.yml index a59acc3..5e1804c 100644 --- a/src/main/resources/all-application.yml +++ b/src/main/resources/all-application.yml @@ -36,7 +36,7 @@ datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/wvp2?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true + url: jdbc:mysql://127.0.0.1:3306/wvp2?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true username: root password: root123 hikari: -- Gitblit v1.8.0