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