修改启动后的访问地址为 /zyplayer-doc

This commit is contained in:
暮光:城中城
2023-02-04 17:15:02 +08:00
parent ef31ebe52b
commit 256fd812c9
15 changed files with 23 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# 执行文件名称
app_name="zyplayer-doc-manage"
app_name="zyplayer-doc"
pid=$(ps -ef | grep $app_name.jar | grep -v grep | awk '{print $2}')
if [ -n "$pid" ]; then

View File

@@ -1,5 +1,5 @@
@echo off
set app_name=zyplayer-doc-manage
set app_name=zyplayer-doc
java -jar -Xms512m -Xmx512m %app_name%.jar

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# 执行文件名称
app_name="zyplayer-doc-manage"
app_name="zyplayer-doc"
# 先关闭服务
sh shutdown.sh