瀏覽代碼

自动部署 更改端口

wuweihao 3 年之前
父節點
當前提交
2034fa6cf5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      startJar.sh

+ 1 - 1
startJar.sh

@@ -1,5 +1,5 @@
 APP_NAME=gov_zhuhai_isolation.jar # 应用名称
-APP_PORT=8015    #应用端口
+APP_PORT=8014    #应用端口
 
 usage() {
     echo "case: sh run.sh [start|stop|restart|status]"