From 42de38ada317cc6afaa3100d977d16f315f5d9cd Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Mon, 18 Apr 2022 16:36:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=BF=83=E5=A0=82=E8=B4=B5=E5=B7=9E?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-gz/deploy-lims-report.sh | 4 ++-- yxt-gz/deploy-lims.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/yxt-gz/deploy-lims-report.sh b/yxt-gz/deploy-lims-report.sh index c39fa12..8cc4309 100644 --- a/yxt-gz/deploy-lims-report.sh +++ b/yxt-gz/deploy-lims-report.sh @@ -61,8 +61,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,$profiles --server.port=8486 >$logPath 2>&1 & $echoSuffix" - java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./app-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8486 >$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,$profiles --server.port=8586 >$logPath 2>&1 & $echoSuffix" + java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./app-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8586 >$logPath 2>&1 & echo "$serverName 启动成功!" else echo "$serverName 正在运行..." diff --git a/yxt-gz/deploy-lims.sh b/yxt-gz/deploy-lims.sh index 600cd7c..97b4ad4 100644 --- a/yxt-gz/deploy-lims.sh +++ b/yxt-gz/deploy-lims.sh @@ -61,8 +61,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 ./ent-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8106 >$logPath 2>&1 & $echoSuffix" - java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./ent-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8106 >$logPath 2>&1 & + echo -e "$echoPrefix java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./ent-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8102 >$logPath 2>&1 & $echoSuffix" + java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./ent-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8102 >$logPath 2>&1 & echo "$serverName 启动成功!" else echo "$serverName 正在运行..."