摘要: 0、前言 当我们需要实现并发、异步等操作时,通常都会使用到ThreadPoolTaskExecutor。它是springcore包中的,而ThreadPoolExecutor是JDK中的JUC。ThreadPoolTaskExecutor是对ThreadPoolExecutor进行了封装处理。 1、 阅读全文
posted @ 2023-04-12 14:40 南翔技校毕业后 阅读(57) 评论(0) 推荐(0)