From a27ef29ee2116befc9043fb34db5d3a7fecb4094 Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期一, 02 九月 2024 16:02:26 +0800 Subject: [PATCH] 优化代码 指定时间段用水量超过指定值的农户 指定时间段用水时长超过指定值的农户 指定时间段消费金额超过指定值的农户 --- pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml | 9 +++++---- 1 files changed, 5 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 b7bb69a..7369e38 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: "abc_123" #actutor鐨剋eb绔彛 management: @@ -13,6 +16,4 @@ context-path: /base #web璁块棶涓婁笅鏂囪矾寰� context-parameters: #GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99 - idSuffix: 1 - #ConfigListener涓簲鐢� - #configFileNames: config-global.xml,config-demo.xml + idSuffix: ${pipIrr.base.idSuffix} -- Gitblit v1.8.0