From f693f855d13179d2f0c4f94cb7a39cfe173c22c5 Mon Sep 17 00:00:00 2001 From: xiwa Date: Thu, 25 Aug 2022 03:32:13 +0000 Subject: [PATCH] update README.md. Signed-off-by: xiwa --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1c1c831a..2042f9a5 100755 --- a/README.md +++ b/README.md @@ -108,6 +108,15 @@ Vertx event-bus(内置)、RocketMQ,通过扩展模块可接入其它任意 git clone https://gitee.com/iotkit-open-source/iotkit-parent.git && cd iotkit-parent/docker-compose && docker-compose up -d +#### 服务器部署 + +启动脚本: + +``` +Linux: java -classpath ".:lib/*" cc.iotkit.Application +Windows: java -classpath ".;lib/*" cc.iotkit.Application +``` +