介绍
Jar包的程序启动器 脚本
Jar脚本, Jar运行脚本,Jar包脚本,Jar服务启动脚本
安装脚本
if [ -f /usr/bin/curl ];then curl -sSO https://gitee.com/wl4837/simple-jar-boot/raw/master/simple-jar-boot.sh;else wget -O simple-jar-boot.sh https://gitee.com/wl4837/simple-jar-boot/raw/master/simple-jar-boot.sh;fi;sed -i 's/\r//' simple-jar-boot.sh && chmod +x simple-jar-boot.sh && bash simple-jar-boot.sh install
使用说明
- 在Jar包目录运行脚本查看是否正常
simple-jar-boot
- 简单的命令操作
启动Jar包 simple-jar-boot start xxx.jar
停止Jar包 simple-jar-boot stop xxx.jar
重启Jar包 simple-jar-boot restart xxx.jar
查看Jar包状态 simple-jar-boot status xxx.jar
查看全部Jar包状态 simple-jar-boot status
安装命令 simple-jar-boot install
卸载命令 simple-jar-boot uninstall
问题反馈
目前Jar包启动只支持maven项目且仅测试了spring项目的正常启动 如遇到问题或者脚本错误请提交isset或更新意见
SimpleJarBoot 简单程序启动器: Jar包 类型的程序启动器 (gitee.com)
标签:启动器,SimpleJarBoot,boot,程序,jar,simple,sh,Jar From: https://www.cnblogs.com/wl4837/p/18359488