Bladeren bron

。。。

wangwei 6 jaren geleden
bovenliggende
commit
64286e4652

+ 11 - 0
examcloud-core-basic-starter/src/main/java/cn/com/qmth/examcloud/core/basic/starter/CoreBasicApp.java

@@ -55,6 +55,17 @@ public class CoreBasicApp {
 		AppBootstrap.run(CoreBasicApp.class, args);
 
 		initCache();
+
+		test();
+	}
+
+	/**
+	 * 测试方法
+	 *
+	 * @author WANGWEI
+	 */
+	private static void test() {
+
 	}
 
 	/**