From 2d34613f07deabbbe7e5065c13eec61cfe2a4dcf Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期一, 22 四月 2024 11:32:11 +0800
Subject: [PATCH] 最新版本
---
server/pom.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index 288e272..eef494a 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -15,6 +15,7 @@
<module>dmvisit_service</module>
<module>dmvisit_web</module>
<module>openapi</module>
+ <module>admin_timer</module>
</modules>
@@ -55,6 +56,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-quartz</artifactId>
+ </dependency>
<!-- Shiro -->
<dependency>
<groupId>org.apache.shiro</groupId>
--
Gitblit v1.9.3