This commit is contained in:
2023-12-21 15:28:42 +08:00
parent 668f6778f5
commit cae36cab43
2 changed files with 7 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ public class MqttSever implements CommandLineRunner {
@Override
public void run(String... args) throws Exception {
InetSocketAddress address = new InetSocketAddress(Constants.SOCKET_IP, 1883);
this.start(address);
// this.start(address);
}
public void start(InetSocketAddress address) {