From 143f83e2988847f1d5f8d5aec74da4ac0fea8670 Mon Sep 17 00:00:00 2001 From: bjkim Date: Fri, 17 Oct 2025 10:03:41 +0900 Subject: [PATCH] =?UTF-8?q?[MODIFY]=20application.properties=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=EC=9D=98=20MLflow=20URL=20=EB=B0=8F=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=EC=9E=90=20=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3b05bfb..b91dde8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -60,10 +60,10 @@ minio.bucket=mlpipeline # Kubeflow kubeflow.url=http://192.168.10.135:32473/ -# MLflowz +# MLflow mlflow.url=http://192.168.10.135:30128/ mlflow.user=user -mlflow.password=LImQa2Me37nu +mlflow.password=aBZ1RzEDGutI server.servlet.encoding.charset=UTF-8 server.servlet.encoding.enabled=true