5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/sh
|
|
|
|
java -Dspring.profiles.active=$1 -Dlogging.config=/logback.xml -jar /app.war
|
|
|