标签:str word padding display img round admin 图片 pass
为mqtt连接添加用户名密码
默认没有用户名密码
修改配置文件
添加用户名密码
<plugins> <simpleAuthenticationPlugin> <users> <authenticationUser username="test1" password="123456" groups="users"/> <authenticationUser username="test2" password="654321" groups="users,admins"/> </users> </simpleAuthenticationPlugin> </plugins>
添加完效果
重启mqtt
连接成功
标签:str word padding display img round admin 图片 pass
原文地址:https://www.cnblogs.com/zhangxuechao/p/13251603.html