run.sh 197 B

12345678
  1. #!/bin/bash
  2. echo
  3. echo "请确保已经安装了Jdk1.8"
  4. echo
  5. echo "日志输出到 pdf.log"
  6. cd ..
  7. nohup java -Dspring.config.location=application.properties -jar pdf-tools.jar > pdf.log 2>&1 &
  8. echo