As shown below:
1. You first type a jar package
2. Then upload to the server
3. Find the location of jdk (the & number behind is a command that can be executed in the background): ~/local/jdk1.8.0_92/bin/java -jar demo1-0.0.1-SNAPSHOT.jar &
4. Check whether the port is in use: netstat -nlp | grep Your port number
The above method of deploying SpringBoot to the server is all the content I share with you. I hope you can give you a reference and I hope you can support Wulin.com more.