Linux命令

启动SpringBoot Jar: nohup java -jar cloud-provide-payment-1.0-SNAPSHOT.jar >nohup.log 2>&1 &

查端口: netstat -an |grep 8002

查端口线程:lsof -i tcp:8002

杀线程:kill -9 16294

 

posted @ 2022-12-02 19:38  NingShare  阅读(13)  评论(0编辑  收藏  举报