From ac1f4d5fe31e1636b0610bf64cc564c1dc3184ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=99=93=E4=B8=9C?= <763795151@qq.com> Date: Sat, 13 Nov 2021 14:50:33 +0800 Subject: [PATCH] =?UTF-8?q?windows=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- bin/start.bat | 7 +++++++ ui/src/views/op/Operation.vue | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 bin/start.bat diff --git a/README.md b/README.md index ad7f754..5cd31a4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ cd kafka-console-ui # linux或mac执行 sh package.sh # windows执行 -./package.bat +package.bat ``` 打包成功,输出文件(以下2种归档类型): * target/kafka-console-ui.tar.gz diff --git a/bin/start.bat b/bin/start.bat new file mode 100644 index 0000000..1606024 --- /dev/null +++ b/bin/start.bat @@ -0,0 +1,7 @@ +rem MAIN_CLASS=org.springframework.boot.loader.JarLauncher +rem JAVA_HOME=jre1.8.0_66 +set JAVA_CMD=%JAVA_HOME%\bin\java +set JAVA_OPTS=-Xmx512m -Xms512m -Xmn256m -Xss256k +set CONFIG_FILE=../config/application.yml +set TARGET=../lib/kafka-console-ui.jar +%JAVA_CMD% -jar %TARGET% --spring.config.location=%CONFIG_FILE% \ No newline at end of file diff --git a/ui/src/views/op/Operation.vue b/ui/src/views/op/Operation.vue index ba3c896..97a2c3f 100644 --- a/ui/src/views/op/Operation.vue +++ b/ui/src/views/op/Operation.vue @@ -13,7 +13,7 @@
-

+

数据同步方案