摘要:
/** * 公共线程池 * @return */ @Bean public ThreadPoolExecutor commonTreadPool(){ int poolSize = Runtime.getRuntime().availableProcessors() * 2; ThreadPoolE 阅读全文
posted @ 2022-02-14 10:15
我俩绝配
阅读(419)
评论(0)
推荐(0)