From 8b308323ff832ac05222ff8703814696da642b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?11=E6=9D=A5=E4=BA=86?= Date: Thu, 26 Dec 2024 22:18:24 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20update]=E6=9B=B4=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 d23248ea..c2e1e701 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原理总结](./async.png) +![Async原理总结](./images/async.png) 理解 `@Async` 原理的核心在于理解 `@EnableAsync` 注解,该注解开启了异步任务的功能。