1. java -jar bigdoor.jar --server.port=8082

    —server.port=8082 指定启动端口 —spring.profiles.active=dev 指定 配置文件

    1. nohup java -jar /home/application/bigdoor.jar --server.port=8082 --spring.profiles.active=dev >/home/application/bigdoor.log 2>&1&