邮箱验证码

This commit is contained in:
bao
2026-01-05 10:38:29 +08:00
parent 30db5ad706
commit eb2b0cb999
9 changed files with 350 additions and 93 deletions

View File

@@ -148,6 +148,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>