## 一、后台运行java ```shell nohup java -jar -Dspring.profiles.active=prod dcm-dataIntegration.jar >/dev/null 2>&1 & ```