From 954f1cdf30d352e6211836ea168b6e9aee54b1f0 Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Mon, 3 Oct 2022 00:02:46 +0800 Subject: [PATCH] dashenlin-naning-test_build.sh --- dsl/dashenlin-naning-test_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsl/dashenlin-naning-test_build.sh b/dsl/dashenlin-naning-test_build.sh index 7784187..f85a211 100644 --- a/dsl/dashenlin-naning-test_build.sh +++ b/dsl/dashenlin-naning-test_build.sh @@ -167,8 +167,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 ./thinkingwms-backend-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles >$logPath 2>&1 & $echoSuffix" - java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./thinkingwms-backend-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles >$logPath 2>&1 & + echo -e "$echoPrefix java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./thinkingwms-backend-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8803 >$logPath 2>&1 & $echoSuffix" + java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./thinkingwms-backend-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8803 >$logPath 2>&1 & echo "$serverName 启动成功!" else echo "$serverName 正在运行..."