From 6294ba30c7eabfb07076b85605f0852aa90c26c8 Mon Sep 17 00:00:00 2001 From: lizw Date: Tue, 30 Nov 2021 11:42:49 +0800 Subject: [PATCH] add deploy-lims-report.sh --- yxt/deploy-lims-report.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yxt/deploy-lims-report.sh b/yxt/deploy-lims-report.sh index 29f767e..301651b 100644 --- a/yxt/deploy-lims-report.sh +++ b/yxt/deploy-lims-report.sh @@ -59,8 +59,8 @@ startServer() { if [ -z $pid ];then echo -e "$echoPrefix cd $dirPath $echoSuffix" cd $dirPath - echo -e "$echoPrefix java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./app-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,hwy --server.port=8083 >$logPath 2>&1 & $echoSuffix" - java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./app-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,hwy --server.port=8083 >$logPath 2>&1 & + echo -e "$echoPrefix java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./app-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,hwy --server.port=8086 >$logPath 2>&1 & $echoSuffix" + java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./app-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,hwy --server.port=8086 $logPath 2>&1 & echo "$serverName 启动成功!" else echo "$serverName 正在运行..."