run.sh 115 B

123
  1. #!/bin/bash
  2. nohup /data/jdks/jdk17/bin/java -Dspring.profiles.active=product -jar pm_import.jar >/dev/null 2>&1 &