update 在离线和验证码邮件发送改为html

This commit is contained in:
yyb
2025-11-03 09:45:17 +08:00
parent 4462ba7e7e
commit 066c3b48f6
14 changed files with 383 additions and 65 deletions

View File

@@ -59,6 +59,18 @@
<artifactId>common-security</artifactId>
</dependency>
<!-- Thymeleaf 用于发送邮箱 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<version>1.5.0.RC1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>