From 57849eaf58efc3f73236749873c5a7300a4899f3 Mon Sep 17 00:00:00 2001
From: liulin <lin.liu@88.com>
Date: 星期四, 10 七月 2025 14:18:12 +0800
Subject: [PATCH] 初始化项目

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 778d51c..5468fd3 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -17,7 +17,7 @@
     host: smtp.qq.com
     default-encoding: UTF-8
   redis:
-    keyPrefix: xxx_yyy_ # redis缓存key统一加上前缀
+    keyPrefix: gansu_water_ # redis缓存key统一加上前缀
 
 jwt:
   token_header: Token #JWT存储的请求头

--
Gitblit v1.9.3