From 5ba66844cb980f7f6b799f11f731ecd078a596ef Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang960204@163.com>
Date: 星期四, 26 二月 2026 22:28:21 +0800
Subject: [PATCH] fix:白名单新增bug
---
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