From df7c3da4ba900347829758f29d18f0429f12c315 Mon Sep 17 00:00:00 2001 From: wanghui Date: Tue, 8 Aug 2023 09:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a002736..f96292a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -36,10 +36,10 @@ spring: strict: true #严格匹配数据源,默认false. true未匹配到指定数据源时抛异常,false使用默认数据源 datasource: oas: - url: jdbc:mysql://52.81.89.46:3306/springboot?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useTimezone=true&serverTimezone=GMT%2B8&useSSL=false&allowMultiQueries=true + url: jdbc:mysql://120.79.201.240:3306/springboot?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useTimezone=true&serverTimezone=GMT%2B8&useSSL=false&allowMultiQueries=true #useSSL安全连接 useUnicode编码 characterEncoding编码格式 serverTimezone时区 username: root - password: 704177820 + password: ZDUyZWNkZDgtYzE3YS00YzU1LT hikari: minimum-idle: 3 maximum-pool-size: 10