线程池

多线程使用:使用注解方式注入线程池进行异步任务,避免手动方式创建线程池



   
   
   
   
   
   
   
   

@Autowired
private ThreadPoolTaskExecutor taskExecutor;

你可能感兴趣的:(线程池)