开发环境 添加邮件相关配置信息

This commit is contained in:
2025-03-25 11:45:10 +08:00
parent 6b288a3b3c
commit a38c15005e
2 changed files with 32 additions and 1 deletions

11
pom.xml
View File

@@ -316,6 +316,17 @@
<version>1.41.5</version>
</dependency>
<!-- 邮件发送 -->
<!-- thymeleaf -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
</dependencies>
<build>