From be025707f3a8dff9268d3de5f03447127ac0dbc7 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 16 二月 2026 17:54:01 +0800
Subject: [PATCH] fix :修改文件上传路径

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 7c84428..e1c2f67 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -3,7 +3,7 @@
 
 spring:
   datasource:
-    url: jdbc:mysql://localhost:3306/ffparknew?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
+    url: jdbc:mysql://localhost:3306/ffparknew?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
     username: root
     password: rootroot
     driverClassName: com.mysql.cj.jdbc.Driver
@@ -44,7 +44,7 @@
 logging:
   config: classpath:logback.xml
   level:
-    com.boying: warn
+    com.boying: debug
 
 
 #椤圭洰閰嶇疆

--
Gitblit v1.9.1