xieb
2023-09-19 a0ff78be1085bdd81a4db5f76734deac2767edbb
环境配置
2 files modified
6 ■■■■ changed files
pom.xml 4 ●●●● patch | view | raw | blame | history
src/main/resources/application.yml 2 ●●● patch | view | raw | blame | history
pom.xml
@@ -10,9 +10,9 @@
    </parent>
    <groupId>com.dji</groupId>
    <artifactId>cloud-api-sample</artifactId>
    <artifactId>iot-drone-api</artifactId>
    <version>1.5.0</version>
    <name>cloud-api-sample</name>
    <name>iot-drone-api</name>
    <properties>
        <java.version>11</java.version>
src/main/resources/application.yml
@@ -56,7 +56,7 @@
    path:
    # Topics that need to be subscribed when initially connecting to mqtt, multiple topics are divided by ",".
#    inbound-topic: sys/product/+/status,thing/product/+/requests
    inbound-topic: sys/product/+/+,thing/product/+/+
    inbound-topic: sys/product/+/status,thing/product/+/requests
  DRC:
    protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
    host: 182.106.212.58