From 96bc725351df09e17c36cf57136971c8afd69623 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期五, 07 八月 2026 16:22:11 +0800
Subject: [PATCH] 质量检测查询修改排序
---
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 ffa8302..77b3fe5 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,4 +1,7 @@
# Spring閰嶇疆
spring:
profiles:
- active: prod
+ active: dev
+ruoyi:
+ redis:
+ keyPrefix: ${spring.profiles.active}
--
Gitblit v1.9.3