update 使用hutool重写验证码生成

This commit is contained in:
疯狂的狮子li
2021-03-12 16:52:55 +08:00
parent 9a94ab573d
commit 57cfad671f
12 changed files with 138 additions and 979 deletions

View File

@ -55,18 +55,6 @@
<artifactId>druid-spring-boot-starter</artifactId>
</dependency>
<!-- 验证码 -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>kaptcha</artifactId>
<exclusions>
<exclusion>
<artifactId>javax.servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- 获取系统信息 -->
<dependency>
<groupId>com.github.oshi</groupId>