From 8f171ed0f288d5aa4a33665360f46e7493bbf3dd Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Tue, 25 Mar 2025 18:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bonus-smart-canteen/src/main/resources/bootstrap.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml index e6e02e95..9e1a39a8 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml @@ -26,7 +26,8 @@ spring: system: mqtt-tcp-address: ${MQTT_TCP_ADDRESS:${RABBITMQ_CLIENT_ADDRESS:192.168.0.244:1883}} mqtt-websocket-address: ${MQTT_WEBSOCKET_ADDRESS:${RABBITMQ_WEB_CLIENT_ADDRESS:}} - report.report-msg-consumer-incr: ${REPORT_MS_CONSUMER-INCR:1000} + report: + report-msg-consumer-incr: ${REPORT_MS_CONSUMER-INCR:1000} secure: prohibit-unannotated-handler: false expireAfter: ${SECURE_EXPIREAFTER:172800}