@@ -42,7 +42,7 @@ mqtt.username=shangxingkeji
mqtt.password=sxkj@1234
#是否开启mqtt消息接受服务,开启:1,不开启:0
-mqtt.on=0
+mqtt.on=1
#设备激活返回消息超时(秒)
mqtt.dev.jihuo.timeout=30
@@ -1,5 +1,5 @@
# 激活指定环境配置文件
-spring.profiles.active=prod
+spring.profiles.active=dev
# 配置服务端口号
server.port=8889