SpringBoot线程池

1.先初始化一个自定义线程async @Configuration @EnableAsync public class PushThreadPoolExecutor { @Bean public Executor asyncServiceExecutor() { log.info("start asyncServiceExecutor"); Thr
相关文章
相关标签/搜索