From 2188277a2d5cd3f6838ade3e8e85326b3735c3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Tue, 30 Jul 2024 16:11:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maku-server/src/main/resources/application-dev.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/maku-server/src/main/resources/application-dev.yml b/maku-server/src/main/resources/application-dev.yml index 7b719f9..ba686cb 100644 --- a/maku-server/src/main/resources/application-dev.yml +++ b/maku-server/src/main/resources/application-dev.yml @@ -34,10 +34,8 @@ spring: # username: postgres # password: 123456 mqtt: - hostUrl: tcp://localhost:1883 + host: tcp://localhost:1883 username: maku password: maku clientId: maku_boot_service_dev - defaultTopic: topic_default - #true 开启监听 false 关闭监听 用于监设备上报的信息 - mqttEnabled: false \ No newline at end of file + default-topic: topic_default \ No newline at end of file