邮箱验证码

(cherry picked from commit eb2b0cb999)
This commit is contained in:
bao
2026-01-05 10:38:29 +08:00
committed by KilLze
parent 61c4c9d442
commit 34cad7457b
9 changed files with 350 additions and 93 deletions

View File

@@ -159,6 +159,12 @@
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<!-- Redis 依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>