add scripts
This commit is contained in:
parent
c8cd3e595c
commit
3527f9834d
|
|
@ -11,9 +11,9 @@ suffix="-material"
|
||||||
app_source_jars=(
|
app_source_jars=(
|
||||||
"bonus-auth-24.9.0.jar"
|
"bonus-auth-24.9.0.jar"
|
||||||
"bonus-gateway-24.9.0.jar"
|
"bonus-gateway-24.9.0.jar"
|
||||||
"bonus-file-24.9.0.jar"
|
#"bonus-file-24.9.0.jar"
|
||||||
"bonus-gen-24.9.0.jar"
|
#"bonus-gen-24.9.0.jar"
|
||||||
"bonus-job-24.9.0.jar"
|
#"bonus-job-24.9.0.jar"
|
||||||
"bonus-system-24.9.0.jar"
|
"bonus-system-24.9.0.jar"
|
||||||
"bonus-visual-monitor-24.9.0.jar"
|
"bonus-visual-monitor-24.9.0.jar"
|
||||||
)
|
)
|
||||||
|
|
@ -44,10 +44,10 @@ echo "copied ${app_workspace}/${source_jar} to $deploy_path"
|
||||||
jars=("bonus-auth-24.9.0-material.jar --spring.config.location=file:auth_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-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-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-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-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-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-visual-24.9.0-monitor-material.jar --spring.config.location=file:visual_bootstrap.yml"
|
||||||
"bonus-material.jar --spring.config.location=file:material_bootstrap.yml")
|
"bonus-material.jar --spring.config.location=file:material_bootstrap.yml")
|
||||||
|
|
||||||
# 遍历数组并检查每个JAR文件的进程
|
# 遍历数组并检查每个JAR文件的进程
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue