From bf4990ffb53e2a0e7b2ec0c7a8a054bdf8a57db5 Mon Sep 17 00:00:00 2001
From: shenyijian <1178253012@qq.com>
Date: Thu, 16 Nov 2023 10:02:13 +0800
Subject: [PATCH] 无人机 -设备分页新增保护区ID查询条件

---
 src/main/resources/application.yml |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index fac0e7b..24fb258 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,9 @@
 server:
   port: 6789
 spring:
+  jackson:
+    date-format: yyyy-MM-dd HH:mm:ss
+    time-zone: GMT+8
   application:
     name: cloud-api-sample
   datasource:
@@ -57,9 +60,9 @@
     client-id: aix123456
     # If the protocol is ws/wss, this value is required.
     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/+/status,thing/product/+/requests
+    # 最初连接到mqtt时需要订阅的主题 多个订阅用 "," .
+    inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/osd
+#    inbound-topic: sys/product/+/+,thing/product/+/+
   DRC:
     protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
     host: 182.106.212.58
@@ -120,6 +123,7 @@
 #  access-key: admin
 #  secret-key: 12345678
   endpoint: http://dev.jxpskj.com:9000
+#  endpoint: https://dev.jxpskj.com:8026
   access-key: pskj
   secret-key: pskj@2021
   bucket: cloud-bucket
@@ -135,7 +139,7 @@
 
 ntp:
   server:
-    host: Google.mzr.me
+    host: ntp.ntsc.ac.cn
 
 # To create a license for an application: https://developer.dji.com/user/apps/#all
 cloud-api:

--
Gitblit v1.9.3