From 04d13e3a41ef798e07c25c1d3ad2002270a9cb76 Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期一, 17 十月 2022 13:53:56 +0800 Subject: [PATCH] 邮件发送 --- pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index c764b67..38723b5 100644 --- a/pom.xml +++ b/pom.xml @@ -200,6 +200,10 @@ <scope>system</scope> <systemPath>${pom.basedir}/src/main/resources/lib/aspose-words-22.3-jdk16.jar</systemPath> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-mail</artifactId> + </dependency> </dependencies> <build> -- Gitblit v1.9.1