From e15fc388ff7280a9423fc1ac8c326f448e97bafb Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 14 十一月 2024 16:48:04 +0800
Subject: [PATCH] 升级监视,修改重置逻辑错误

---
 pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml
index 9639536..fd4f5f3 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml
@@ -1,6 +1,10 @@
 spring:
     profiles:
-        include: global, database, database-ym, database-pj
+        include: global, database, database-ym, database-sp, database-test
+user:
+    defaultTrueRandomFalsePassword: true #true:閲囩敤榛樿瀵嗙爜锛宖alse:绯荤粺浜х敓闅忔満瀵嗙爜
+    defaultPassword: "abc_123"
+#    defaultPassword: "admin"
 
 #actutor鐨剋eb绔彛
 management:
@@ -14,5 +18,3 @@
         context-parameters:
             #GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99
             idSuffix: ${pipIrr.base.idSuffix}
-            #ConfigListener涓簲鐢�
-            #configFileNames: config-global.xml,config-demo.xml

--
Gitblit v1.8.0