From a0ff78be1085bdd81a4db5f76734deac2767edbb Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 19 Sep 2023 09:42:33 +0800
Subject: [PATCH] 环境配置
---
pom.xml | 4 ++--
src/main/resources/application.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9bc22a3..734b300 100644
--- a/pom.xml
+++ b/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>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 1604425..1981c65 100644
--- a/src/main/resources/application.yml
+++ b/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
--
Gitblit v1.9.3