From d55638e7667c6a7508a36966dbea882a1f53c40c Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 04 八月 2026 15:59:57 +0800
Subject: [PATCH] fix: 返回是哪个产品不足

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a6ce03c..378758f 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,4 +1,7 @@
 # Spring閰嶇疆
 spring:
   profiles:
-    active: dev
\ No newline at end of file
+    active: xyyj
+ruoyi:
+  redis:
+    keyPrefix: ${spring.profiles.active}

--
Gitblit v1.9.3