gateway-api изменил порт; swt-export добавил в батник.

This commit is contained in:
AKurakin 2023-05-29 11:18:10 +03:00
parent 644414447f
commit 873123cb9c
3 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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 &