aix
2024-08-01 256ed3d2cfab96d000e315cc76663a7b728f17d4
mqtt初始配置
1 files modified
4 ■■■■ changed files
src/main/resources/application-prod.yml 4 ●●●● patch | view | raw | blame | history
src/main/resources/application-prod.yml
@@ -73,8 +73,8 @@
    # If the protocol is ws/wss, this value is required.
    path:
    # 最初连接到mqtt时需要订阅的主题 多个订阅用 "," .
    inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/ods
#    inbound-topic: sys/product/+/+,thing/product/+/+
#    inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/ods
    inbound-topic: sys/product/+/+,thing/product/+/+
  DRC:
    protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
    host: wrj.shuixiongit.com