yshop1.6发布:新增砍价功能,新增加锁功能,修复其他bug

This commit is contained in:
hupeng
2019-12-23 20:08:36 +08:00
parent e37cc2c952
commit a2942f608d
55 changed files with 2493 additions and 79 deletions

View File

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

View File

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