update README.md.

Signed-off-by: xiwa <xw2sy@163.com>
V0.5.x
xiwa 2022-08-25 03:32:13 +00:00 committed by Gitee
parent 28128e225b
commit f693f855d1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 9 additions and 0 deletions

View File

@ -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
```