微服务相关命令

后台启动: nohup java -jar EurekaServer.jar > /dev/null 2>&1 & java

根据端口号查询进程: netstat -tunlp|grep 8080 spa

中止服务: kill 8080进程

相关文章
相关标签/搜索