This commit is contained in:
akulikov 2023-05-29 10:55:21 +03:00
parent 234acc6577
commit 644414447f
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package service;
package ru.spcex.clearing.gatewayapi.service;
import org.apache.kafka.clients.consumer.Consumer;
import org.apache.kafka.clients.producer.Producer;

View file

@ -17,5 +17,4 @@ kill -9 $(ps -ef | grep java | grep scheduler-service.jar | awk '{print $2}')
kill -9 $(ps -ef | grep java | grep reports-service.jar | awk '{print $2}')
kill -9 $(ps -ef | grep java | grep registry-service.jar | awk '{print $2}')
kill -9 $(ps -ef | grep java | grep swt-importer.jar | awk '{print $2}')
kill -9 $(ps -ef | grep java | grep gateway-api.jar | awk '{print $2}')

View file

@ -17,3 +17,4 @@ cd /opt/mfd/clearing/bin
/opt/mfd/clearing/bin/reports-service.sh
/opt/mfd/clearing/bin/registry-service.sh
/opt/mfd/clearing/bin/swt-importer.sh
/opt/mfd/clearing/bin/gateway-api.sh