浏览代码

生产者切换端口-8001

wuweihao 3 年之前
父节点
当前提交
33274feac1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      startJar.sh

+ 1 - 1
startJar.sh

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