关闭springboot启动的后台程序

kill -9 $(lsof -i tcp:8098 -t)

8098 代表你启动的springboot程序端口,替换成你想要关闭的程序的端口

你可能感兴趣的:(linux,springboot)