张磊磊
2023-11-08 2b2d292c1a274aa95aab8c2ac20530e54a503923
hd/pipe/StaffManage/src/main/java/com/thhy/staff/config/EmqxConfig.java
@@ -29,7 +29,8 @@
    @Override
    public String toString() {
        return "{" +
        return "{\"host\":\""+host+"\",\"login\":\""+login+"\",\"password\":\""+password+"\",\"port\":"+port+",\"qos\":1}";
        /*return "{" +
                "host:'" + host + '\'' +
                ", port:'" + port + '\'' +
                ", login:'" + login + '\'' +
@@ -38,6 +39,6 @@
                ", topic:'" + topic + '\'' +
                ", willTopic:'" + willTopic + '\'' +
                ", willContent:'" + willContent + '\'' +
                '}';
                '}';*/
    }
}