From 7701ac39927f3d513cd08be3c4b49cf7be511eb3 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 25 Aug 2022 17:57:15 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=20=E5=BC=82?= =?UTF-8?q?=E6=AD=A5=E4=BB=BB=E5=8A=A1=20=E6=A8=A1=E5=9D=97=E7=9A=84=20REA?= =?UTF-8?q?DME=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-base/demo-base-async/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-base/demo-base-async/README.md b/demo-base/demo-base-async/README.md index ca73cfb..e4fbf6a 100644 --- a/demo-base/demo-base-async/README.md +++ b/demo-base/demo-base-async/README.md @@ -208,4 +208,4 @@ INFO 11574 --- [ main] c.x.async.task.MockTaskFactoryTest : 同 ### 3.参考 -- Spring Boot 异步任务线程池的配置 参考官方文档:https://docs.spring.io/spring-boot/docs/3.0.0-M4/reference/htmlsingle/#features.task-execution-and-scheduling +- [Spring Boot 官方文档之异步任务线程池的配置](https://docs.spring.io/spring-boot/docs/3.0.0-M4/reference/htmlsingle/#features.task-execution-and-scheduling)