From e1dc6930a9d217da8d87e2838208eb0e7eca2a2a Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期三, 31 十二月 2025 15:57:56 +0800
Subject: [PATCH] 新增mov
---
zhang-content/pom.xml | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/zhang-content/pom.xml b/zhang-content/pom.xml
index 4884f2c..09b5fce 100644
--- a/zhang-content/pom.xml
+++ b/zhang-content/pom.xml
@@ -101,6 +101,24 @@
<version>2.8.8</version>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-mail</artifactId>
+ </dependency>
+
+ <!-- JAVE 瑙嗛澶勭悊搴� -->
+ <dependency>
+ <groupId>ws.schild</groupId>
+ <artifactId>jave-core</artifactId>
+ <version>2.4.6</version>
+ </dependency>
+ <dependency>
+ <groupId>ws.schild</groupId>
+ <artifactId>jave-native-win64</artifactId>
+ <version>2.4.6</version>
+ <scope>runtime</scope>
+ </dependency>
+
</dependencies>
<build>
--
Gitblit v1.9.1