feat(captcha): 新增行为验证码自动配置

This commit is contained in:
Bull-BCLS
2023-12-25 21:01:38 +08:00
parent 0a0d022586
commit bcb13326c6
11 changed files with 538 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ import cn.hutool.core.util.StrUtil;
import com.wf.captcha.base.Captcha;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import top.charles7c.continew.starter.captcha.graphic.enums.GraphicCaptchaTypeEnum;
import top.charles7c.continew.starter.captcha.graphic.enums.GraphicCaptchaType;
import java.awt.*;
@@ -43,7 +43,7 @@ public class GraphicCaptchaProperties {
/**
* 类型
*/
private GraphicCaptchaTypeEnum type;
private GraphicCaptchaType type;
/**
* 内容长度