WANG 6 年之前
父节点
当前提交
9acf19f706

+ 4 - 1
examcloud-core-basic-starter/src/main/java/cn/com/qmth/examcloud/core/basic/starter/CoreBasicApp.java

@@ -65,7 +65,10 @@ public class CoreBasicApp {
 	 * @author WANGWEI
 	 */
 	private static void test() {
-
+		for (int i = 0; i < 100; i++) {
+			// Object bean = SpringContextHolder.getBean("DemoBean");
+			// bean.doSomeThings();
+		}
 	}
 
 	/**