From cd527620edd2cbbccefc79efec08d21f3b6a12bf Mon Sep 17 00:00:00 2001 From: xiangbj Date: Mon, 10 Oct 2022 17:29:52 +0800 Subject: [PATCH] =?UTF-8?q?edit=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E6=97=B6=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-localhost.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-localhost.properties b/src/main/resources/application-localhost.properties index f2808bc..657d40d 100644 --- a/src/main/resources/application-localhost.properties +++ b/src/main/resources/application-localhost.properties @@ -1,3 +1,3 @@ mysqlUserName=batch_admin mysqlPassword=475D8RU6TYGV -jdbcUrl=jdbc:log4jdbc:mysql://localhost:3306/batch_admin?zeroDateTimeBehavior=convertToNull \ No newline at end of file +jdbcUrl=jdbc:log4jdbc:mysql://localhost:3306/batch_admin?zeroDateTimeBehavior=convertToNull&serverTimezone=UTC \ No newline at end of file