From a9e7672d60de96b4a83d51d9c277e2d83f06546c Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Fri, 29 Nov 2019 02:26:49 +0800 Subject: [PATCH] spring boot xxl-job --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c99a1744..c552876a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ ## 定时任务与异步任务 +* [《芋道 Spring Boot 定时任务入门》](http://www.iocoder.cn/Spring-Boot/Job/?github) 对应 [lab-20](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-28) 。 + ## 性能测试 * [《性能测试 —— Tomcat、Jetty、Undertow 基准测试》](http://www.iocoder.cn/Performance-Testing/Tomcat-Jetty-Undertow-benchmark/?github) 对应 [lab-05](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-05) 。