springboot在Linux运行经常挂
Posted awei4home
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot在Linux运行经常挂相关的知识,希望对你有一定的参考价值。
springboot在Linux运行经常挂
最近使用springboot 在Linux上运行,Java -jar XXXX.jar
没多久就挂了。。。。。。。duang。。。。。。。。。。。
加个 nohup就好了
nohup java -jar a.jar > nohup.out &
springboot容器自动停止的3种情况【来着网络】。
1、外部Tomcat和Spring boot内嵌的Tomcat有冲突,具体解决办法可以看这篇文章:
https://my.oschina.net/mechanic/blog/892936
2、mysql的Bug导致,可以看这篇文章:
https://my.oschina.net/mechanic/blog/892869
3、还有一种可能性是在SSH远程启动Tomcat之后,退出SSH会同时关闭Tomcat,可以看这篇文章:
以上是关于springboot在Linux运行经常挂的主要内容,如果未能解决你的问题,请参考以下文章