摘要: 1.首先加入一个 init 方法进行异步初始化操作 private ExecutorService executorService; @PostConstruct public void init() { executorService = new ThreadPoolExecutor( Runti 阅读全文
posted @ 2023-09-19 10:20 liuli_warriors 阅读(12) 评论(0) 推荐(0)