From cfa5402723ca2e11e823e37785b1b8720203869e Mon Sep 17 00:00:00 2001 From: toychip Date: Sat, 17 Aug 2024 17:26:09 +0900 Subject: [PATCH] fix: encoding UTF-8 --- deploy/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Procfile b/deploy/Procfile index 87de4905..7c548bba 100644 --- a/deploy/Procfile +++ b/deploy/Procfile @@ -1 +1 @@ -web: java -jar -Duser.timezone=Asia/Seoul -Dspring.profiles.active=prod -Dserver.port=5000 -DJASYPT_ENCRYPTOR_PASSWORD={JASYPT_SECRET} ./application.jar +web: java -jar -Duser.timezone=Asia/Seoul -Dspring.profiles.active=prod -Dserver.port=5000 -Dfile.encoding=UTF-8 -DJASYPT_ENCRYPTOR_PASSWORD={JASYPT_SECRET} ./application.jar