手机号验证

This commit is contained in:
2026-01-05 10:01:03 +08:00
parent 5151ccfacc
commit 75c8ac48ee
8 changed files with 93 additions and 10 deletions

View File

@@ -147,7 +147,11 @@
<groupId>org.springframework.boot</groupId>
<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>