优化图形验证码

This commit is contained in:
none
2023-05-31 09:54:38 +08:00
parent 549f761fa9
commit 8da402255c
3 changed files with 14 additions and 90 deletions

12
pom.xml
View File

@@ -75,13 +75,6 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!--图形验证码依赖 -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>kaptcha</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
@@ -139,6 +132,11 @@
<artifactId>hutool-core</artifactId>
<version>5.8.16</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-captcha</artifactId>
<version>5.8.16</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>