From 02f0f418d2409a8a19b440101601c6b604e21606 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期三, 09 七月 2025 17:35:55 +0800 Subject: [PATCH] 首页月度数据 --- main-business/pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/main-business/pom.xml b/main-business/pom.xml index b2cc32b..18ff099 100644 --- a/main-business/pom.xml +++ b/main-business/pom.xml @@ -40,6 +40,14 @@ <groupId>org.flywaydb</groupId> <artifactId>flyway-database-postgresql</artifactId> </dependency> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>basic-server</artifactId> + </dependency> + <dependency> + <groupId>org.quartz-scheduler</groupId> + <artifactId>quartz</artifactId> + </dependency> </dependencies> <properties> -- Gitblit v1.9.3