We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc3038c + 7713bde commit 8a695baCopy full SHA for 8a695ba
1 file changed
src/main/java/decided/spider/healthcheckin/Main.java
@@ -7,8 +7,7 @@
7
public class Main {
8
9
public static void main(String[] args) throws Exception {
10
-
11
-// 启动程序时启动线程,后主线程接收指令写入配置文件
+
12
CheckThread thread = new CheckThread();
13
thread.start();
14
0 commit comments