From 35d308e88d7918a925ee123e2f0e936c92ea2d88 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期四, 07 十二月 2023 17:04:48 +0800 Subject: [PATCH] 用户对象超级管理员属性在保存时进行相应付值处理。 --- pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 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 de87bf5..2162083 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,18 +1,20 @@ spring: profiles: - include: global, database + include: global, database, database-ym, database-pj +user: + defaultPassword: "ABC123" #actutor鐨剋eb绔彛 management: server: - port: 9080 + port: ${pipIrr.base.actutorPort} #web鏈嶅姟绔彛锛宼omcat榛樿鏄�8080 server: - port: 8080 + port: ${pipIrr.base.webPort} servlet: context-path: /base #web璁块棶涓婁笅鏂囪矾寰� context-parameters: #GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99 - idSuffix: 1 + idSuffix: ${pipIrr.base.idSuffix} #ConfigListener涓簲鐢� #configFileNames: config-global.xml,config-demo.xml -- Gitblit v1.8.0