From 203aff83551f97df8876e5a854a2d8fb8fb7219e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E5=AE=B8=E8=88=9C?= Date: Wed, 26 May 2021 22:41:57 +0800 Subject: [PATCH] Update application-sim.yml --- src/main/resources/application-sim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-sim.yml b/src/main/resources/application-sim.yml index 976e529..1ca4e5e 100644 --- a/src/main/resources/application-sim.yml +++ b/src/main/resources/application-sim.yml @@ -41,7 +41,7 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver username: mall password: unicom - url: jdbc:mysql://10.125.160.37:3306/ebtp_mall_extend?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true + url: jdbc:mysql://10.125.160.37:3306/ebtp_mall_extend?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8 jackson: date-format: yyyy-MM-dd HH:mm:ss