From 8eae6fc724b52ddc8c30c1a24a1429282f3c8d3d Mon Sep 17 00:00:00 2001 From: 5uhwann <5uhwann27@gmail.com> Date: Tue, 21 Jan 2025 02:53:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20profile=20=ED=99=9C=EC=84=B1=ED=99=94=20?= =?UTF-8?q?prod=20=EB=AA=85=EC=8B=9C=EC=A0=81=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ebextensions/00-makeFiles.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ebextensions/00-makeFiles.config b/.ebextensions/00-makeFiles.config index de8541c3..f1386f0f 100644 --- a/.ebextensions/00-makeFiles.config +++ b/.ebextensions/00-makeFiles.config @@ -9,4 +9,4 @@ files: # run app killall java - java -Dfile.encoding=UTF-8 -jar $JAR_PATH + java -Dfile.encoding=UTF-8 -Dspring.profiles.active=prod -jar $JAR_PATH