logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

spring boot jar 部署linux服务器

用命令启动spring boot 项目,一旦终端命令窗口关闭,项目也就关闭了,所以我们采用脚本的方式来运行jar正常命令java -jar xxx.jar脚本启动,vim 创建 start.sh#!/bin/shrm -f tpidnohup java -jar /data/app/myapp.jar --spring.profiles.active=stg > /dev/null 2

#linux#spring#jar
到底了