在centos中安装spring boot应用程序无法正常工作

时间:2017-08-29 01:22:28

标签: linux spring-boot service

我想通过使用java -jar运行一个spring启动应用程序,首先,我使用maven来打包到execable jar,然后我把它安装到linux服务器,我安装它作为系统服务,我可以运行它service xxx start,但它仍然在前面记录引导消息,如果我关闭会话,应用程序将再次退出,那么如何将应用程序作为后端服务运行?

我跟着这个article

1 个答案:

答案 0 :(得分:0)

使用以下命令

service xxx start &

jobs  -- you should see above app running if not then no issue else run below command

disown