feat: 优化 captcha 代码

This commit is contained in:
xingyu
2023-01-13 09:27:19 +08:00
parent c98e1c14a3
commit 67dd42dd16
74 changed files with 3461 additions and 38 deletions

View File

@@ -21,6 +21,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>provided</scope>
</dependency>
<!-- DB 相关 -->
@@ -29,11 +36,6 @@
<artifactId>yudao-spring-boot-starter-redis</artifactId>
</dependency>
<!-- 验证码相关 -->
<dependency>
<groupId>com.anji-plus</groupId>
<artifactId>spring-boot-starter-captcha</artifactId>
</dependency>
</dependencies>
</project>