setup.sh 113 B

1234
  1. #!/bin/bash
  2. mvn clean package -Ddb.host=${DBHOST}
  3. ${JAVA_HOME}/bin/java -jar target/sabina-1.0.0-SNAPSHOT.jar &