2019年3月6日

linux启停jar包的shell脚本

摘要: start.sh 启动脚本 #!/bin/bashcd /home/hygwnohup java -jar hy-web.jar >> /home/hygw/logs/server.log 2>&1 & stop.sh 关停脚本 #!/bin/bashcd /home/hygwps -ef|grep 阅读全文

posted @ 2019-03-06 11:30 幕码人 阅读(307) 评论(0) 推荐(0) 编辑

导航