This commit is contained in:
2022-05-26 14:36:43 +08:00
commit 482fa5227f
11 changed files with 247 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.cfive.classroom.interaction.library.database;
public class Test {
public static void run() {
System.out.println("Run database test");
}
}

View File

@@ -0,0 +1,7 @@
package com.cfive.classroom.interaction.library.net;
public class Test {
public static void run() {
System.out.println("Run net test");
}
}