From 6e6a5bbc6ed0bc05da9ed8c0ab9b55bde79c5b03 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 11 Nov 2021 15:35:46 +0800 Subject: [PATCH] 20211108 --- 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