update 优化 mqtt-server 文档搭建说明

This commit is contained in:
疯狂的狮子Li 2026-01-16 15:42:02 +08:00
parent 5b82c12e17
commit befabc61de
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@ import org.springframework.context.annotation.Bean;
* mqtt客户端配置初始化
* <p>
* 用法文档 <a href="https://gitee.com/dromara/mica-mqtt/blob/master/starter/mica-mqtt-client-spring-boot-starter/README.md">...</a>
* 测试server搭建:
* 可执行下载其他mqtt服务端搭建
* 也可使用 mica自带的server搭建 <a href="https://gitee.com/dromara/mica-mqtt/blob/master/starter/mica-mqtt-server-spring-boot-starter/README.md">...</a>
*
* @author Lion Li
*/

View File

@ -18,6 +18,9 @@ import java.nio.charset.StandardCharsets;
* mqtt 演示案例
* <p>
* 用法文档 <a href="https://gitee.com/dromara/mica-mqtt/blob/master/starter/mica-mqtt-client-spring-boot-starter/README.md">...</a>
* 测试server搭建:
* 可执行下载其他mqtt服务端搭建
* 也可使用 mica自带的server搭建 <a href="https://gitee.com/dromara/mica-mqtt/blob/master/starter/mica-mqtt-server-spring-boot-starter/README.md">...</a>
*
* @author Lion Li
*/