Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 352 Bytes

File metadata and controls

19 lines (12 loc) · 352 Bytes

某区域温度/湿度/气压数据发布订阅及分析处理系统

运行指南

  • 启动docker服务
cd f:\IoT\docs\devops
docker-compose -f docker-compose-environment.yml up -d
  • 创建MQTT用户
docker exec mqtt-broker mosquitto_passwd -c -b /mosquitto/config/pwfile iotuser iotpassword
  • 启动SpringBoot应用