springboot整合异步任务以及使用场景

先看以下代码: 建立了3个任务web @Component public class AsyncTask { /* @Async */ public Future<Boolean> doTask11() throws Exception { long start = System.currentTimeMillis(); Thread.sleep(10
相关文章
相关标签/搜索