update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/sh
|
|
|
|
java -Dspring.profiles.active=$1 -Dlogging.config=/logback.xml -jar /app.war
|
|
|