spring boot 启动

2021-07-14 04:08

阅读:750

标签:进程   hup   gre   ring   kill   --   rod   启动   snapshot   

启动spring boot
java -jar tuia-0.0.1-SNAPSHOT.jar --spring.profiles.active=prod
查找进程
ps aux|grep tuia-0.0.1-SNAPSHOT.jar
nohup java -jar tuia-0.0.1-SNAPSHOT.jar --spring.profiles.active=prod&
杀进程
kill -s 9 pid

  

spring boot 启动

标签:进程   hup   gre   ring   kill   --   rod   启动   snapshot   

原文地址:https://www.cnblogs.com/Guroer/p/9539589.html


评论


亲,登录后才可以留言!