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

@ -12,8 +12,16 @@ ruoyi:
profile: ${user.dir}/ruoyi/uploadPath
# 获取ip地址开关
addressEnabled: false
captcha:
# 验证码类型 math 数组计算 char 字符验证
captchaType: math
# line 线段干扰 circle 圆圈干扰 shear 扭曲干扰
captchaCategory: circle
# 数字验证码位数
captchaNumberLength: 1
# 字符验证码长度
captchaCharLength: 4
# 开发环境配置
server: