From 2fc288003cba4a305b0c1b82a01caba360dca87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=85=E6=A2=A6?= <1101766085@qq.com> Date: Wed, 12 Jan 2022 19:54:47 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BC=98=E5=8C=96=20README.md=20?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mica-mqtt-spring-boot-example/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mica-mqtt-spring-boot-example/README.md b/mica-mqtt-spring-boot-example/README.md index a8b17bf..a8c697c 100644 --- a/mica-mqtt-spring-boot-example/README.md +++ b/mica-mqtt-spring-boot-example/README.md @@ -1,13 +1,15 @@ ## SpringBoot + mica-mqtt 应用演示 -## 步骤 -1. 启动 MqttClientTest 和 MqttServerTest +## 启动步骤 +1. 启动 MqttServerTest 2. 启动 MicaMqttApplication -3. 查看控制器 swagger 地址:http://localhost:30012/doc.html +3. 启动 MqttClientTest -4. 可开启 prometheus 指标收集,详见: http://localhost:30012/actuator/prometheus +4. 查看控制器 swagger 地址:http://localhost:30012/doc.html + +5. 可开启 prometheus 指标收集,详见: http://localhost:30012/actuator/prometheus ## 连接 -- GitLab