kaptcha-spring-boot-starter
说明
基于 Kaptcha 验证码开源项目实现的验证码 Spring Boot Starter 实现
- KaptchaServlet 自动注册
- KaptchaServlet 逻辑扩展实现,增加 CaptchaResolver 接口定义,实现基于Session、Cookie的默认验证码存储和解析实现
- 支持自定义CaptchaResolver实现,扩展基于外部存储,如 Database、Cache的验证码存储和解析
Maven
<dependency>
<groupId>com.github.hiwepy</groupId>
<artifactId>kaptcha-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
Sample : CaptchaResolver Extends
https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-kaptcha
作者:Jeebiz 创建时间:2023-03-19 23:10
最后编辑:Jeebiz 更新时间:2024-10-05 00:01
最后编辑:Jeebiz 更新时间:2024-10-05 00:01