Commit 805e1b9f by luiz.nunes

Update run

parent 9a2cee4c
...@@ -7,5 +7,5 @@ echo "---> Starting Spring Boot application" ...@@ -7,5 +7,5 @@ echo "---> Starting Spring Boot application"
echo "--> # APP_TARGET = $APP_TARGET" echo "--> # APP_TARGET = $APP_TARGET"
echo "--> # JAVA_OPTS = $JAVA_OPTS" echo "--> # JAVA_OPTS = $JAVA_OPTS"
echo "---> Running application from standalone jar/war..." echo "---> Running application from standalone jar/war..."
#java $JAVA_OPTS -jar `find $APP_TARGET -maxdepth 1 -regex ".*\(jar\|war\)"` java $JAVA_OPTS -jar `find $APP_TARGET -maxdepth 1 -regex ".*\(jar\|war\)"`
java $JAVA_OPTS -jar $APP_TARGET
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment