mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 使用hutool重写验证码生成
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user