update 优化 mqtt-server 文档搭建说明
This commit is contained in:
parent
5b82c12e17
commit
befabc61de
@ -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
|
||||
*/
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user