We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb433fd commit 8eae6fcCopy full SHA for 8eae6fc
.ebextensions/00-makeFiles.config
@@ -9,4 +9,4 @@ files:
9
10
# run app
11
killall java
12
- java -Dfile.encoding=UTF-8 -jar $JAR_PATH
+ java -Dfile.encoding=UTF-8 -Dspring.profiles.active=prod -jar $JAR_PATH
0 commit comments