1 Star 0 Fork 919

ddj/iot-iita_1

forked from 乐联开源/enjoy-iot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.workflow
data
doc
docker-compose
iot-auth-server
iot-common
iot-components
iot-data
iot-message-bus
iot-package
iot-rule-engine
iot-script-engine
iot-standalone
iot-test-tool
iot-virtual-device
.DS_Store
.gitignore
Dockerfile
LICENSE
README.md
pom.xml
克隆/下载
Dockerfile 294 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiwa 提交于 3年前 . 增加tdengine支持
FROM openjdk:11-jre-slim
WORKDIR /app
ADD iot-standalone/target/iot-standalone-0.4.1-SNAPSHOT.tar /app
ADD data/init /app/data/init
ADD data/components /app/data/components
ADD data/converters /app/data/converters
EXPOSE 8086
ENTRYPOINT ["java", "-classpath", ".:lib/*","cc.iotkit.Application"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/slates/iotkit-parent_1.git
git@gitee.com:slates/iotkit-parent_1.git
slates
iotkit-parent_1
iot-iita_1
V0.4.4

搜索帮助