From ae0a1bdde246c8b0231dd07a99ecb9b965b6d0b6 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 18 Nov 2021 11:39:21 +0800 Subject: [PATCH] fix --- gc-order/src/main/resources/application-xc.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gc-order/src/main/resources/application-xc.yml b/gc-order/src/main/resources/application-xc.yml index f5befb2..e5ff4e5 100644 --- a/gc-order/src/main/resources/application-xc.yml +++ b/gc-order/src/main/resources/application-xc.yml @@ -6,7 +6,7 @@ password: 123456 virtual-host: / datasource: - url: jdbc:mysql://120.27.238.55:3306/db_xzx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useAffectedRows=true + url: jdbc:mysql://120.27.238.55:3306/db_xzx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useAffectedRows=true&serverTimezone=GMT%2b8 username: ct_test password: 123456 redis: -- Gitblit v1.9.1