springboot整合異步任務以及使用場景

先看以下代碼: 建立了3個任務web @Component public class AsyncTask { /* @Async */ public Future<Boolean> doTask11() throws Exception { long start = System.currentTimeMillis(); Thread.sleep(10
相關文章
相關標籤/搜索