新增门店核销与充值功能完善等

This commit is contained in:
hupeng
2020-03-06 11:36:27 +08:00
parent e44cde1bff
commit 4739c5ea01
32 changed files with 749 additions and 89 deletions

View File

@ -1 +1 @@
nohup java -jar yshop-api-1.9.jar --spring.profiles.active=prod &
nohup java -jar yshop-api-2.0.jar --spring.profiles.active=prod &

View File

@ -1,4 +1,4 @@
PID=$(ps -ef | grep yshop-api-1.9.jar | grep -v grep | awk '{ print $2 }')
PID=$(ps -ef | grep yshop-api-2.0.jar | grep -v grep | awk '{ print $2 }')
if [ -z "$PID" ];then
echo Application is already stopped
else