diff --git a/README.md b/README.md
index f42b609..ef9c591 100644
--- a/README.md
+++ b/README.md
@@ -49,3 +49,5 @@
### 2021-11-04
> 升级magic-editor到1.6.3版本
+### 2021-11-22
+> 添加定时任务quartz框架
diff --git a/magic-boot/pom.xml b/magic-boot/pom.xml
index 3e79984..5f1ded3 100644
--- a/magic-boot/pom.xml
+++ b/magic-boot/pom.xml
@@ -52,6 +52,10 @@
sa-token-spring-boot-starter
${sa-token.version}
+
+ org.springframework.boot
+ spring-boot-starter-quartz
+