setup.sh 89 B

12345
  1. #!/bin/bash
  2. mvn clean package
  3. cd target
  4. java -Ddatabase.host=${DBHOST} -jar spring.war &