Explorar el Código

自动部署 更改端口

wuweihao hace 3 años
padre
commit
2034fa6cf5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]"