update 重构 pr_172 集成邮件发送功能

This commit is contained in:
疯狂的狮子Li
2022-05-02 23:10:47 +08:00
parent 07559a5aaa
commit 4941aaa5c1
8 changed files with 114 additions and 103 deletions

View File

@@ -127,6 +127,11 @@
<artifactId>hutool-extra</artifactId>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>jakarta.mail</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
@@ -159,12 +164,6 @@
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>${mail.version}</version>
</dependency>
</dependencies>
</project>