From 8249bbcc710c42f89c69fb0bd575094acd2e418d Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 17 四月 2026 16:33:27 +0800
Subject: [PATCH] 南华附一上线、首页问题、定时任务问题处理
---
smartor/pom.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/smartor/pom.xml b/smartor/pom.xml
index 2a8bfb2..a77af5a 100644
--- a/smartor/pom.xml
+++ b/smartor/pom.xml
@@ -135,6 +135,10 @@
<artifactId>jsch</artifactId>
<version>0.1.54</version>
</dependency>
+ <dependency>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ </dependency>
</dependencies>
--
Gitblit v1.9.3