Browse Source

定时任务

shenhao 5 years ago
parent
commit
80b2eede93
1 changed files with 17 additions and 0 deletions
  1. 17 0
      pom.xml

+ 17 - 0
pom.xml

@@ -227,6 +227,23 @@
             <version>1.1.19</version>
         </dependency>
 
+        <!-- 任务调度quartz -->
+        <dependency>
+            <groupId>org.quartz-scheduler</groupId>
+            <artifactId>quartz</artifactId>
+            <version>2.2.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.quartz-scheduler</groupId>
+            <artifactId>quartz-jobs</artifactId>
+            <version>2.2.3</version>
+        </dependency>
+
+
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-mail</artifactId>
+        </dependency>
     </dependencies>
 
     <!-- Package as an executable jar -->