From 10721288d0b5127ec220dfdcdc8a58b0e1871d85 Mon Sep 17 00:00:00 2001 From: LSF <695944503@qq.com> Date: Thu, 25 Jul 2024 19:05:47 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E9=BB=98=E8=AE=A4=E4=B8=8D?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E7=9B=91=E5=90=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maku-server/src/main/resources/application-dev.yml | 2 +- maku-server/src/main/resources/application-prod.yml | 2 +- maku-server/src/main/resources/application-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maku-server/src/main/resources/application-dev.yml b/maku-server/src/main/resources/application-dev.yml index aba7604..7b719f9 100644 --- a/maku-server/src/main/resources/application-dev.yml +++ b/maku-server/src/main/resources/application-dev.yml @@ -40,4 +40,4 @@ spring: clientId: maku_boot_service_dev defaultTopic: topic_default #true 开启监听 false 关闭监听 用于监设备上报的信息 - mqttEnabled: true \ No newline at end of file + mqttEnabled: false \ No newline at end of file diff --git a/maku-server/src/main/resources/application-prod.yml b/maku-server/src/main/resources/application-prod.yml index aba7604..7b719f9 100644 --- a/maku-server/src/main/resources/application-prod.yml +++ b/maku-server/src/main/resources/application-prod.yml @@ -40,4 +40,4 @@ spring: clientId: maku_boot_service_dev defaultTopic: topic_default #true 开启监听 false 关闭监听 用于监设备上报的信息 - mqttEnabled: true \ No newline at end of file + mqttEnabled: false \ No newline at end of file diff --git a/maku-server/src/main/resources/application-test.yml b/maku-server/src/main/resources/application-test.yml index aba7604..7b719f9 100644 --- a/maku-server/src/main/resources/application-test.yml +++ b/maku-server/src/main/resources/application-test.yml @@ -40,4 +40,4 @@ spring: clientId: maku_boot_service_dev defaultTopic: topic_default #true 开启监听 false 关闭监听 用于监设备上报的信息 - mqttEnabled: true \ No newline at end of file + mqttEnabled: false \ No newline at end of file -- Gitee