From 5723436209d7a78cd6fb750e8dbdae3cc17a2005 Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期四, 04 七月 2024 16:34:28 +0800
Subject: [PATCH] user模块 修改用户信息接口不进行密码修改
---
pipIrr-platform/pipIrr-web/pipIrr-web-sso/src/main/resources/application.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-sso/src/main/resources/application.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-sso/src/main/resources/application.yml
index f934893..6281a58 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-sso/src/main/resources/application.yml
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-sso/src/main/resources/application.yml
@@ -1,6 +1,6 @@
spring:
profiles:
- include: global, database
+ include: global, database, database-ym, database-pj
#actutor鐨剋eb绔彛
management:
@@ -13,6 +13,6 @@
context-path: /sso #web璁块棶涓婁笅鏂囪矾寰�
context-parameters:
#GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99
- IdSuffix: 0
+ IdSuffix: ${pipIrr.sso.IdSuffix}
#ConfigListener涓簲鐢�
configFileNames: config-global.xml,config-sso.xml
--
Gitblit v1.8.0