Skip to content

Commit 27d089f

Browse files
author
胡贵
committed
整体项目更名
1 parent 8e8067c commit 27d089f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lts-example/src/main/java/com/lts/job/example/api/JobTrackerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ public class JobTrackerTest {
1212
public static void main(String[] args) {
1313

1414
// 1. 使用mongo做任务队列
15-
testMongoQueue();
15+
// testMongoQueue();
1616
// 2. 使用mysql做任务队列
17-
// testMysqlQueue();
17+
testMysqlQueue();
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)