From 3087ff4ccc174d5952e9650ac3fae61eff477554 Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期一, 01 四月 2024 10:42:55 +0800
Subject: [PATCH] 修改 流量计实体增加监测站ID外键和驼峰命名     流量计监测站绑定接口(同步修改流量计的监测站ID外键 和 绑定记录表)     流量计监测站解绑接口(同步修改流量计的监测站ID外键 和 绑定记录表)     条件查询监测站(绑定状态判定)     条件查询已绑定的流量计     回退误修改的获取绑定记录

---
 pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml
index 27e573a..c03d2cc 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml
@@ -5,15 +5,15 @@
 #actutor鐨剋eb绔彛
 management:
     server:
-        port: 9000
+        port: ${pipIrr.demo.actutorPort}
 #web鏈嶅姟绔彛锛宼omcat榛樿鏄�8080
 server:
-    port: 8000
+    port: ${pipIrr.demo.webPort}
     servlet:
         context-path: /demo #web璁块棶涓婁笅鏂囪矾寰�
         context-parameters:
             #GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99
-            idSuffix: 1
+            idSuffix: ${pipIrr.demo.idSuffix}
             #ConfigListener涓簲鐢�
             #configFileNames: config-global.xml,config-demo.xml
 

--
Gitblit v1.8.0