From c8cd3e595c70bde9e8279d767ab6928c983e0abf Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 14 Oct 2024 14:18:14 +0800 Subject: [PATCH] add scripts --- scripts/deploy.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index c9bb60c3..74f9b517 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -41,14 +41,14 @@ cp -f ${biz_workspace}/"bonus-modules/bonus-material/target/bonus-material.jar" echo "copied ${app_workspace}/${source_jar} to $deploy_path" # Define an array of JAR files to run -jars=("bonus-auth-material.jar --spring.config.location=file:auth_bootstrap.yml" -"bonus-gateway-material.jar --spring.config.location=file:gateway_bootstrap.yml" -"bonus-system-material.jar --spring.config.location=file:system_bootstrap.yml" -"bonus-gen-material.jar --spring.config.location=file:gen_bootstrap.yml" -"bonus-job-material.jar --spring.config.location=file:job_bootstrap.yml" -"bonus-file-material.jar --spring.config.location=file:file_bootstrap.yml" -"bonus-visual-monitor-material.jar --spring.config.location=file:visual_bootstrap.yml" -"bonus-modules-material.jar --spring.config.location=file:ai_bootstrap.yml") +jars=("bonus-auth-24.9.0-material.jar --spring.config.location=file:auth_bootstrap.yml" +"bonus-gateway-24.9.0-material.jar --spring.config.location=file:gateway_bootstrap.yml" +"bonus-system-24.9.0-material.jar --spring.config.location=file:system_bootstrap.yml" +"bonus-gen-24.9.0-material.jar --spring.config.location=file:gen_bootstrap.yml" +"bonus-job-24.9.0-material.jar --spring.config.location=file:job_bootstrap.yml" +"bonus-file-24.9.0-material.jar --spring.config.location=file:file_bootstrap.yml" +"bonus-visual-24.9.0-monitor-material.jar --spring.config.location=file:visual_bootstrap.yml" +"bonus-material.jar --spring.config.location=file:material_bootstrap.yml") # 遍历数组并检查每个JAR文件的进程 for jar_with_args in "${jars[@]}"; do