Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 233 Bytes

File metadata and controls

9 lines (5 loc) · 233 Bytes
nohup java -jar target/project.jar > app.log 2>&1 &

nohup java -jar target/project.jar --server.port=8080 > app.log 2>&1 &

nohup java -jar target/project.jar --server.port=8080 --other.property=value > app.log 2>&1 &