From a60332d51fec0ae9f1afecc8c7a018c77e4ac101 Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期二, 27 二月 2024 10:03:29 +0800 Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV --- pipIrr-platform/pipIrr-web/pipIrr-web-webchat/src/main/resources/application.yml | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-webchat/src/main/resources/application.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-webchat/src/main/resources/application.yml new file mode 100644 index 0000000..3702633 --- /dev/null +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-webchat/src/main/resources/application.yml @@ -0,0 +1,18 @@ +spring: + profiles: + include: global, database, database-ym, database-pj + +#actutor鐨剋eb绔彛 +management: + server: + port: ${pipIrr.webchat.actutorPort} +#web鏈嶅姟绔彛锛�8086 +server: + port: ${pipIrr.webchat.webPort} + servlet: + context-path: /webchat #webchat璁块棶涓婁笅鏂囪矾寰� + context-parameters: + #GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99 + idSuffix: ${pipIrr.webchat.idSuffix} + #ConfigListener涓簲鐢� + #configFileNames: config-global.xml,config-demo.xml -- Gitblit v1.8.0