From b25e78b547ff0bf8d65198c3ee31b82de2739db8 Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期六, 06 一月 2024 10:22:42 +0800 Subject: [PATCH] 修正一些注释 --- pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml | 7 +++++-- 1 files changed, 5 insertions(+), 2 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 b7bb69a..28a280a 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,9 @@ spring: profiles: - include: global, database + include: global, database, database-ym, database-pj +user: + defaultTrueRandomFalsePassword: true #true:閲囩敤榛樿瀵嗙爜锛宖alse:绯荤粺浜х敓闅忔満瀵嗙爜 + defaultPassword: "ABC123" #actutor鐨剋eb绔彛 management: @@ -13,6 +16,6 @@ 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