From b70d862fdb47a8aa307b96901b3b07cfdcfe8b41 Mon Sep 17 00:00:00 2001
From: chengf <2156125618@qq.com>
Date: 星期四, 10 七月 2025 17:36:13 +0800
Subject: [PATCH] 修复房产删除SQL、小程序端不显示小区地址、sql时区异常2025/07/09

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

diff --git a/springboot/src/main/resources/application-debug.yml b/springboot/src/main/resources/application-debug.yml
index b8a9b21..08dfcff 100644
--- a/springboot/src/main/resources/application-debug.yml
+++ b/springboot/src/main/resources/application-debug.yml
@@ -32,7 +32,7 @@
   activiti:
     database-schema-update: false
   datasource:
-    url: jdbc:mysql://localhost:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&useSSL=false
+    url: jdbc:mysql://localhost:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false
     username: root
     password: win2020
     type: com.alibaba.druid.pool.DruidDataSource

--
Gitblit v1.8.0