支持从数据库查询注册的设备是否合法

This commit is contained in:
648540858
2024-03-13 00:04:52 +08:00
parent 613452b3fc
commit dc38df6288
15 changed files with 163 additions and 115 deletions

View File

@@ -20,7 +20,7 @@ public class JT1078ServerTest {
public static void main(String[] args) {
System.out.println("Starting jt1078 server...");
TcpServer tcpServer = new TcpServer(21078, null);
TcpServer tcpServer = new TcpServer(21078, null, null);
tcpServer.start();
System.out.println("Start jt1078 server success!");