mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 电单车协议
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user