From 0196a90b6914825e77e95f5829e2f9ca10802f95 Mon Sep 17 00:00:00 2001 From: comdotwww <62149924+comdotwww@users.noreply.github.com> Date: Thu, 7 Jul 2022 22:05:46 +0800 Subject: [PATCH] Update start.bat --- bin/start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start.bat b/bin/start.bat index 8d5c869..290c590 100644 --- a/bin/start.bat +++ b/bin/start.bat @@ -5,4 +5,4 @@ set JAVA_OPTS=-Xmx512m -Xms512m -Xmn256m -Xss256k set CONFIG_FILE=../config/application.yml set TARGET=../lib/kafka-console-ui.jar set DATA_DIR=.. -%JAVA_CMD% -jar %TARGET% --spring.config.location=%CONFIG_FILE% --data.dir=%DATA_DIR% \ No newline at end of file +"%JAVA_CMD%" -jar %TARGET% --spring.config.location=%CONFIG_FILE% --data.dir=%DATA_DIR%