From 62c9bcfe313d190ee6e99de443066b3b08b5b764 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 15 五月 2024 14:01:55 +0800 Subject: [PATCH] 通信中间件测试模块,向通信中间件发送设备的各种命令,以完成测试 --- pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml | 7 +++++-- 1 files changed, 5 insertions(+), 2 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 28bf7d0..5c588fd 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml @@ -74,8 +74,7 @@ global: dev: true #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse dsName: ym #寮�鍙戦樁娈碉紝璁剧疆涓存椂鐨勬暟鎹簱鍚嶇О - accMw: - commandCallback: http://127.0.0.1:8079/remote/rtu/comCallback + mw: webPort: 8070 actutorPort: 9070 idSuffix: 0 @@ -112,6 +111,10 @@ webPort: 8085 actutorPort: 9085 idSuffix: 7 + irrigate: + webPort: 8086 + actutorPort: 9086 + idSuffix: 8 #椤圭洰缂栧彿 #projectCode: -- Gitblit v1.8.0