update 电单车协议

This commit is contained in:
Guoqs
2024-07-15 16:05:15 +08:00
parent 61b948aea9
commit b9ec56a202
5 changed files with 259 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ public class NettyServerManager implements CommandLineRunner {
public void run(String... args) throws Exception {
startNettyServer(Constants.SOCKET_IP, 9011);
startElectricBikeNettyServer(Constants.SOCKET_IP, 9012);
startMqttSever(Constants.SOCKET_IP, 1883);
// startMqttSever(Constants.SOCKET_IP, 1883);
}
public void startNettyServer(String host, int port) {