From e670b7962f093689d1f130070ea50124f219ecbf Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期六, 04 十一月 2023 15:59:19 +0800
Subject: [PATCH] 增加sso子模块,模块application.yml中端口号引用global.yml中统一配置的值,枚举类型标@EnumValue

---
 pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml
index 5cd58e7..895fc77 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml
@@ -5,10 +5,10 @@
 #actutor鐨剋eb绔彛
 management:
     server:
-        port: 9081
+        port: ${pipIrr.remote.actutorPort}
 #web鏈嶅姟绔彛锛宼omcat榛樿鏄�8080
 server:
-    port: 8081
+    port: ${pipIrr.remote.webPort}
     servlet:
         context-path: /remote #web璁块棶涓婁笅鏂囪矾寰�
         context-parameters:

--
Gitblit v1.8.0