From d329a49c168442af9f061b0e3ce566019738ede7 Mon Sep 17 00:00:00 2001 From: GPU is all you need <2778335106@qq.com> Date: Sat, 9 Apr 2022 16:50:06 +0800 Subject: [PATCH] =?UTF-8?q?2022/3/21=20=E4=BF=AE=E6=94=B9jdbc=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E6=98=AF=E6=95=B0=E6=8D=AE=E5=BA=93=E9=81=87=E5=88=B0?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=B8=BA=E9=9B=B6=E4=B8=8D=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=A9=BA(=E5=BF=98=E4=BA=86,=E8=A7=A3=E5=86=B3=E6=8A=A5?= =?UTF-8?q?=E9=94=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- awardBE/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awardBE/src/main/resources/application.yml b/awardBE/src/main/resources/application.yml index cd212cd..ace6a5b 100644 --- a/awardBE/src/main/resources/application.yml +++ b/awardBE/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: datasource: - url: jdbc:mysql://localhost:3306/award_sys?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai + url: jdbc:mysql://localhost:3306/award_sys?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull username: root password: qwerty666 driver-class-name: com.mysql.cj.jdbc.Driver @@ -65,6 +65,6 @@ mybatis-plus: logic-delete-value: now() logic-not-delete-value: null banner: false # 关闭控制台的 LOGO - mapper-locations: classpath*:/mapping/**/*.xml + mapper-locations: classpath*:/mapper/**/*.xml configuration: log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl