脚本1:服务启动脚本 需要执行后带上需要使用的环境变量
脚本文件名称 start-xxxx-servcie.sh
#!/bin/bash
if [ x"$1" = x ]; then
echo "need spring.profile.active."
exit 0
fi
VER="test"
PARAM="-Dspring.profiles.active"
echo "start cloud-xxxxx-services manager version $VER"
echo "start xxxx-services..."
echo "start xxxx service"
source /etc/profile;nohup java -Xms128M -Xmx128M $PROXY $PARAM=$1 -jar xxxx-1.0.0.jar >> nohup-xxxx 2>&1 &
sleep 1s
echo "start xxxx -services completed!"
上述启动命令执行时
sh start-xxxx-servcie.sh dev 执行后,对应服务启动日志输出到 nohup-xxxx 文件中
-----------------------------------#################-----------------
脚本2:便利文件下的字符,之后去除对应的字符