摘要: 线程池使用实例 先写一个配置类 /** * 线程池配置 */ @Configuration public class ThreadPoolConfig { //定义线程前缀 public static final String NAME_PRE="test"; /** * ExecutorServi 阅读全文
posted @ 2023-08-02 18:26 风筝上的猫 阅读(269) 评论(0) 推荐(0)