Kaynağa Gözat

更新配置文件

lilt085163@126.com 3 yıl önce
ebeveyn
işleme
c7463d8cb4

+ 1 - 1
src/main/resources/application-dev.properties

@@ -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 - 1
src/main/resources/application.properties

@@ -1,5 +1,5 @@
 # 激活指定环境配置文件
-spring.profiles.active=prod
+spring.profiles.active=dev
 
 # 配置服务端口号
 server.port=8889