liunx启动项目

nohup mvn spring-boot:run -Drun.profiles=test  &    ===>启动命令

 exec "$JAVA" -Xms${mem}M -Xmx${mem}M -Denv="$env" -Dfile.encoding=UTF8  -Duser.timezone="Asia/Shanghai" -server -classpath "$CLASSPATH" $CLASS "$@"


nohup mvn spring-boot:run -Drun.profiles=test  &


nohup java -jar hwqhadmins.jar  -Dfile.encoding=UTF8  --spring.profiles.active=test  &


你可能感兴趣的:(Linux)