线程池ExecutorService 及CountDownLatch 并发执行查询接口
public static Map<String ,List<Map<String, Object>>> getMaps(List<String> sqlKeys) throws InterruptedException, ExecutionException{ if(CollectionUtils.isEmpty(sqlKeys)) {...
原创
2019-07-24 16:33:07 ·
805 阅读 ·
0 评论