update README.md.

Signed-off-by: xiwa <xw2sy@163.com>
V0.5.x
xiwa 2022-11-28 00:31:50 +00:00 committed by Gitee
parent bb9ca476c8
commit 9493ceb393
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 10 deletions

View File

@ -112,16 +112,7 @@ git clone https://gitee.com/iotkit-open-source/iotkit-parent.git && cd iotkit-pa
#### 服务器部署
执行maven打包将打包后的iot-standalone.xx.tar上传到服务器解压后启动。
启动脚本:
```
Linux: java -classpath ".:lib/*" cc.iotkit.Application
Windows: java -classpath ".;lib/*" cc.iotkit.Application
```
执行maven打包在iot-standalone模块中将打包后的iot-standalone.xx.zip上传到服务器解压后进入bin目录执行start.sh或start.bat启动。
#### 技术文档