From d70e8a042fd51be74685f6927b1e17c3d169e794 Mon Sep 17 00:00:00 2001 From: bjkim Date: Tue, 23 Sep 2025 20:41:29 +0900 Subject: [PATCH] =?UTF-8?q?[UPDATE]=20application.properties=EC=97=90=20?= =?UTF-8?q?=EC=84=9C=EB=B8=94=EB=A6=BF=20=EC=9D=B8=EC=BD=94=EB=94=A9=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=B0=8F=20=EB=A9=80=ED=8B=B0=ED=8C=8C?= =?UTF-8?q?=ED=8A=B8=20=EC=A7=80=EC=9B=90=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7ed17df..4cdde91 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -63,4 +63,9 @@ mlflow.url=http://192.168.10.135:30128/ mlflow.user=user mlflow.password=LImQa2Me37nu +server.servlet.encoding.charset=UTF-8 +server.servlet.encoding.enabled=true +server.servlet.encoding.force=true + +spring.servlet.multipart.enabled=true