Skip to content

Commit d803817

Browse files
committed
[docs update]修改图片地址
1 parent 8b30832 commit d803817

File tree

1 file changed

+1
-1
lines changed
  • docs/system-design/framework/spring

1 file changed

+1
-1
lines changed

docs/system-design/framework/spring/Async.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ protected Object doSubmit(Callable<Object> task, AsyncTaskExecutor executor, Cla
658658

659659
### `@Async` 原理总结
660660

661-
![Async原理总结](./images/async.png)
661+
![Async原理总结](./images/async/async.png)
662662

663663
理解 `@Async` 原理的核心在于理解 `@EnableAsync` 注解,该注解开启了异步任务的功能。
664664

0 commit comments

Comments
 (0)