From 3ac279c9df7181c9f21d35a689a321b990b87b22 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 08 六月 2026 17:42:33 +0800
Subject: [PATCH] aaa

---
 server/service/src/main/resources/application-dev.yml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/server/service/src/main/resources/application-dev.yml b/server/service/src/main/resources/application-dev.yml
index a173b0d..189b0ce 100644
--- a/server/service/src/main/resources/application-dev.yml
+++ b/server/service/src/main/resources/application-dev.yml
@@ -13,14 +13,14 @@
 spring:
   # 鏁版嵁婧愰厤缃�
   datasource:
-
+    url: jdbc:mysql://192.168.0.211:3306/pre_select_sass?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
+    username: root
+    password: Doumee@168
+    driver-class-name: com.mysql.cj.jdbc.Driver
+    type: com.alibaba.druid.pool.DruidDataSource
 
   redis:
-    #    database: 0    url: jdbc:mysql://57b57595ddc66.sh.cdb.myqcloud.com:4464/pre_select_saas?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
-    #    username: test
-    #    password: doumee@168
-    #    driver-class-name: com.mysql.cj.jdbc.Driver
-    #    type: com.alibaba.druid.pool.DruidDataSource
+    #    database: 0
     host: 127.0.0.1
     port: 6379
     password:

--
Gitblit v1.9.3