From 873123cb9c2aa52052ce503b5cb7be3f3b4d56eb Mon Sep 17 00:00:00 2001 From: AKurakin Date: Mon, 29 May 2023 11:18:10 +0300 Subject: [PATCH] =?UTF-8?q?gateway-api=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=BF=D0=BE=D1=80=D1=82;=20swt-export=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=B2=20=D0=B1=D0=B0?= =?UTF-8?q?=D1=82=D0=BD=D0=B8=D0=BA.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gateway-api/src/main/resources/application.properties | 2 +- z-distr/copy_modules_to_single_dir.cmd | 2 ++ z-distr/src/main/resources/distr/bin/gateway-api.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/clearing-parent/gateway-api/src/main/resources/application.properties b/clearing-parent/gateway-api/src/main/resources/application.properties index b39b94fac..a67693f48 100644 --- a/clearing-parent/gateway-api/src/main/resources/application.properties +++ b/clearing-parent/gateway-api/src/main/resources/application.properties @@ -1,4 +1,4 @@ -server.port=8080 +server.port=8082 server.servlet.context-path=/gateway-api logging.level.org.springframework.web=DEBUG logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG diff --git a/z-distr/copy_modules_to_single_dir.cmd b/z-distr/copy_modules_to_single_dir.cmd index 1100b90a8..94fbada43 100644 --- a/z-distr/copy_modules_to_single_dir.cmd +++ b/z-distr/copy_modules_to_single_dir.cmd @@ -30,6 +30,8 @@ copy ..\..\..\clearing-parent\dbf-exporter\target\dbf-exporter.jar allinone copy ..\..\..\clearing-parent\dbf-importer\target\dbf-importer.jar allinone copy ..\..\..\clearing-parent\imdg\target\imdg.jar allinone copy ..\..\..\clearing-parent\lim-exporter\target\lim-exporter.jar allinone +copy ..\..\..\clearing-parent\swt-exporter\target\swt-exporter.jar allinone +copy ..\..\..\clearing-parent\swt-importer\target\swt-importer.jar allinone copy ..\..\..\clearing-parent\registry-service\target\registry-service.jar allinone copy ..\..\..\clearing-parent\reports-service\target\reports-service.jar allinone copy ..\..\..\clearing-parent\scheduler-service\target\scheduler-service.jar allinone diff --git a/z-distr/src/main/resources/distr/bin/gateway-api.sh b/z-distr/src/main/resources/distr/bin/gateway-api.sh index aac6f7dde..c133e6b1c 100644 --- a/z-distr/src/main/resources/distr/bin/gateway-api.sh +++ b/z-distr/src/main/resources/distr/bin/gateway-api.sh @@ -3,7 +3,7 @@ CLEARING_HOME=/opt/mfd/clearing/ cd $CLEARING_HOME/bin -CMD="java -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7020 -jar gateway-api.jar --spring.config.location=$CLEARING_HOME/settings/gateway-api/" +CMD="java -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7130 -jar gateway-api.jar --spring.config.location=$CLEARING_HOME/settings/gateway-api/" $CMD >/dev/null 2>&1 &