mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
update plugin version
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package cn.hutool.aop.test;
|
||||
|
||||
import cn.hutool.aop.proxy.ProxyFactory;
|
||||
import cn.hutool.core.lang.Console;
|
||||
import cn.hutool.core.thread.ThreadUtil;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@@ -30,7 +29,7 @@ public class IssueIBF20ZTest {
|
||||
executorService.submit(() -> {
|
||||
ProxyFactory factory = ProxyFactory.create();
|
||||
if (factory != null) {
|
||||
Console.log(factory.getClass());
|
||||
//Console.log(factory.getClass());
|
||||
successCount.incrementAndGet();
|
||||
}
|
||||
latch.countDown(); // 每个任务完成时,计数减一
|
||||
|
Reference in New Issue
Block a user