2018年6月11日

springboot 打包,后台启动

摘要: nohup java -jar chat-10001.jar > myout.file 2>&1 & linux 服务器关闭防火墙才可以访问,只是ping 通不行。 我的电脑访问 linux 服务器应用 ,要先关闭防火墙。 systemctl stop iptables 阅读全文

posted @ 2018-06-11 19:36 老曹123 阅读(206) 评论(0) 推荐(0)

springboot 打包 ,后台启动

摘要: nohup java -jar chat-1.0-SNAPSHOT.jar > myout.file 2>&1 & 阅读全文

posted @ 2018-06-11 19:30 老曹123 阅读(68) 评论(0) 推荐(0)

导航