验证码类型支持(数组计算、字符验证)

This commit is contained in:
RuoYi
2020-07-23 11:17:04 +08:00
parent 1e40e60dbf
commit df3ef54b41
7 changed files with 228 additions and 21 deletions

View File

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