This commit is contained in:
hejinbo
2023-09-26 15:40:00 +08:00
parent f0bab6a368
commit c60ad9f3fc
3 changed files with 45 additions and 5 deletions
+7
View File
@@ -152,6 +152,13 @@
<version>1.9.1</version>
</dependency>
<!-- 发送邮件-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
<version>3.1.4</version>
</dependency>
</dependencies>
</project>