springboot -- jar 包启动/ 杀死进程/ 停止进程
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
========================================================
springboot ,jar 包启动与杀死进程、停止进程
========================================================
jar启动
关闭窗口会停止运行,
如:ctrl+c 会停止运行
java -jar shareniu.jar
Jar后台启动
nohup 表示后台运行,不会打印信息
log.txt 为日志文件
nohup java -jar shareniu.jar >log.txt &
关闭后台运行的 jar 程序,方法一
直接杀死进程(根据端口)
sudo fuser -k -n tcp 8080
关闭后台运行的 jar 程序,方法二
根据pid 停止运行
1、找到pid
ps aux|grep wargame-0.0.1-SNAPSHOT.jar
2、根据pid关闭
kill -9 pid
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献7条内容
所有评论(0)