|
@@ -7,7 +7,10 @@ import com.fjhx.service.impl.ServiceImpl;
|
|
|
import com.fjhx.utils.BaseWebSocketClient;
|
|
|
import com.fjhx.utils.MyUtil;
|
|
|
|
|
|
-import java.io.*;
|
|
|
+import java.io.BufferedReader;
|
|
|
+import java.io.File;
|
|
|
+import java.io.IOException;
|
|
|
+import java.io.InputStreamReader;
|
|
|
import java.net.URISyntaxException;
|
|
|
import java.nio.charset.StandardCharsets;
|
|
|
import java.nio.file.Files;
|
|
@@ -21,7 +24,7 @@ public class MyMain {
|
|
|
|
|
|
public static void main(String[] args) throws IOException {
|
|
|
|
|
|
- System.out.println("Version: 22-11-15-16-06");
|
|
|
+ System.out.println("Version: 2023-01-17 13:41");
|
|
|
|
|
|
MyUtil.infoLog("程序启动中...");
|
|
|
|