From 5a7a44a27e7fd89f8dab774a315e06d142fb6e11 Mon Sep 17 00:00:00 2001
From: peter <14100000001@qq.com>
Date: Sat, 15 Nov 2025 10:56:00 +0800
Subject: [PATCH] 新分支

---
 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 88664e6..44d31c1 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -2,7 +2,7 @@
 # 开发环境配置
 server:
   # 服务器的HTTP端口,默认为8090
-  port: 8092
+  port: 8070
   tomcat:
     # tomcat的URI编码
     uri-encoding: UTF-8
@@ -106,7 +106,7 @@
     # 端口,默认为6379
     port: 6380
     # 数据库索引
-    database: 0
+    database: 3
     # 密码
     password:
     # 连接超时时间

--
Gitblit v1.9.3