From 3f6ea50b70389e6f43c9bc398b4531321d4b6c8a Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Thu, 30 May 2024 18:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=AD=97=E7=AC=A6=E9=9B=86?= =?UTF-8?q?=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildpackage/src/main/resources/application-ydc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpackage/src/main/resources/application-ydc.yml b/buildpackage/src/main/resources/application-ydc.yml index 501bc336..8df7c289 100644 --- a/buildpackage/src/main/resources/application-ydc.yml +++ b/buildpackage/src/main/resources/application-ydc.yml @@ -3,7 +3,7 @@ logging: #日志级别 指定目录级别 level: root: info - encodings: UTF-8 + encodings: gbk file: # 日志保存路径 path: D:\yongansystem\logs @@ -14,7 +14,7 @@ spring: master: url: jdbc:mysql://127.0.0.1:3306/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true username: root - password: bd993088e8a7c3dc5f44441617f9b4bf + password: 62e4295b615a30dbf3b8ee96f41c820b driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置 savefile: # 文件保存路径