From 2b05a1f1af284a8fe3c0517f37b44f39199975f4 Mon Sep 17 00:00:00 2001 From: BenjaminNH <1249376374@qq.com> Date: Fri, 4 Jul 2025 13:17:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-template.yaml b/src/main/resources/application-template.yaml index 16429ca..fcf8b48 100644 --- a/src/main/resources/application-template.yaml +++ b/src/main/resources/application-template.yaml @@ -5,7 +5,7 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver username: your-username password: your-password - url: jdbc:mysql://127.0.0.1:3306/equip_reserve?serverTimeZone=UTC + url: jdbc:mysql://127.0.0.1:3306/equip_reserve?serverTimeZone=Asia/Shanghai servlet: multipart: max-file-size: 15MB