diff --git a/scripts/deploy.sh b/scripts/deploy.sh index f30a20e..e7efa48 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -10,7 +10,7 @@ echo "workspace is ${WORKSPACE}" mv ${WORKSPACE}/sgzb-auth/target/sgzb-auth-cq1.0.jar $deploy_path mv ${WORKSPACE}/sgzb-gateway/target/sgzb-gateway-cq1.0.jar $deploy_path mv ${WORKSPACE}/sgzb-modules/sgzb-system/target/sgzb-modules-system-cq1.0.jar $deploy_path -mv ${WORKSPACE}/sgzb-modules/sgzb-material/target/sgzb-modules-material-cq1.0.jar $deploy_path +mv ${WORKSPACE}/sgzb-modules/sgzb-material/target/sgzb-modules-material-common-3.0.jar $deploy_path chmod 777 *.jar echo "--------moveFile end--------------" export sgzb_auth_enable=true @@ -21,7 +21,7 @@ export sgzb_modules_material_enable=true export sgzb_auth_jar=sgzb-auth-cq1.0.jar export sgzb_gateway_jar=sgzb-gateway-cq1.0.jar export sgzb_modules_system_jar=sgzb-modules-system-cq1.0.jar -export sgzb_modules_material_jar=sgzb-modules-material-cq1.0.jar +export sgzb_modules_material_jar=sgzb-modules-material-common-3.0.jar export sgzb_auth_port=39200 export sgzb_gateway_port=39080 diff --git a/scripts/kill-cq1.0.sh b/scripts/kill-cq1.0.sh index 71eaf24..a8ef67d 100644 --- a/scripts/kill-cq1.0.sh +++ b/scripts/kill-cq1.0.sh @@ -32,7 +32,7 @@ echo 'Stop Success!' fi -MA_RESOURCE_NAME=sgzb-modules-material-cq1.0.jar +MA_RESOURCE_NAME=sgzb-modules-material-common-3.0.jar tpid=`ps -ef|grep $MA_RESOURCE_NAME|grep -v grep|grep -v kill|awk '{print $2}'` if [ ${tpid} ]; then