run.sh 91 B

123
  1. #!/bin/bash
  2. nohup java -Dspring.profiles.active=test -jar site_info.jar >/dev/null 2>&1 &