From d803817f9e8c66351e07fb06bce0a8cfd1081e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?11=E6=9D=A5=E4=BA=86?= Date: Thu, 26 Dec 2024 23:09:39 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20update]=E4=BF=AE=E6=94=B9=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/system-design/framework/spring/Async.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-design/framework/spring/Async.md b/docs/system-design/framework/spring/Async.md index c2e1e701..e3bfe7f9 100644 --- a/docs/system-design/framework/spring/Async.md +++ b/docs/system-design/framework/spring/Async.md @@ -658,7 +658,7 @@ protected Object doSubmit(Callable task, AsyncTaskExecutor executor, Cla ### `@Async` 原理总结 -![Async原理总结](./images/async.png) +![Async原理总结](./images/async/async.png) 理解 `@Async` 原理的核心在于理解 `@EnableAsync` 注解,该注解开启了异步任务的功能。