setup.sh 95 B

12345
  1. #!/bin/bash
  2. mvn clean package
  3. java -jar target/grizzly-jersey-example.jar -dbhost ${DBHOST} &