From de375ddfac39f69e2ead889e4233f1053d35413b Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期三, 18 十二月 2024 17:23:24 +0800 Subject: [PATCH] 部署梅江系统 --- pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml | 8 +++----- 1 files changed, 3 insertions(+), 5 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 895fc77..46d7a1c 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 @@ -1,18 +1,16 @@ spring: profiles: - include: global, database + include: global, database, database-ym, database-sp, database-test,database-mj #actutor鐨剋eb绔彛 management: server: port: ${pipIrr.remote.actutorPort} -#web鏈嶅姟绔彛锛宼omcat榛樿鏄�8080 +#web鏈嶅姟绔彛锛宼omcat榛樿鏄�8081 server: port: ${pipIrr.remote.webPort} servlet: context-path: /remote #web璁块棶涓婁笅鏂囪矾寰� context-parameters: #GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99 - idSuffix: 1 - #ConfigListener涓簲鐢� - #configFileNames: config-global.xml,config-demo.xml + idSuffix: ${pipIrr.remote.idSuffix} -- Gitblit v1.8.0