From a40eed2a4d81d27d252823a18529f072af56579c Mon Sep 17 00:00:00 2001 From: Administrator <zhubaomin> Date: 星期二, 26 十二月 2023 18:31:05 +0800 Subject: [PATCH] 2023-12-26 朱宝民 分水房单个查询、单个删除、修改 --- pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml index 72b6ac0..7e13709 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml @@ -77,7 +77,7 @@ commandCallback: http://127.0.0.1:8079/remote/rtu/comCallback webPort: 8070 actutorPort: 9070 - idSuffix: 0 #姝ゅ鍙槸鍗犱綅锛屽叿浣撹缃湪閫氫俊涓棿浠剁殑config.xml涓缃� + idSuffix: 0 sso: checkUrl: http://127.0.0.1:8079/sso/sso/ssoCheck webPort: 8079 @@ -103,3 +103,11 @@ webPort: 8000 actutorPort: 9000 idSuffix: 99 + sell: + webPort: 8084 + actutorPort: 9084 + idSuffix: 6 + project: + webPort: 8085 + actutorPort: 9085 + idSuffix: 7 \ No newline at end of file -- Gitblit v1.8.0