From 92a4c3c35747bf1a043c2ff85650012d4eac9355 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 10 九月 2024 10:48:47 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/resources/application-local.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index a4e627a..1366594 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -3,7 +3,7 @@ active: local,swagger datasource: type: com.alibaba.druid.pool.DruidDataSource - url: jdbc:mysql://47.99.58.211:3306/flower?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8 + url: jdbc:mysql://47.99.58.211:3306/flower?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8&allowMultiQueries=true username: root password: Hmy@2024!*@& druid: -- Gitblit v1.9.3