From 8269efac48716a328c12a4e836a4efb4a5f277d9 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 02 Aug 2021 17:09:35 +0800
Subject: [PATCH] 20210802

---
 gc-shop/src/main/resources/application-xc.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gc-shop/src/main/resources/application-xc.yml b/gc-shop/src/main/resources/application-xc.yml
index f5befb2..e5ff4e5 100644
--- a/gc-shop/src/main/resources/application-xc.yml
+++ b/gc-shop/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