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)