jcaptcha-spring-boot-starter

说明

基于 JCaptcha 验证码项目实现的验证码 Spring Boot Starter 实现

  1. SimpleImageCaptchaServlet 自动注册
  2. https://jcaptcha.atlassian.net/wiki/spaces/general/pages/1212438/Simple+Servlet+Integration+documentation
    3.使用 SimpleImageCaptchaServlet.validateResponse(req, “”);进行验证码校验

Maven

<dependency>
    <groupId>com.github.hiwepy</groupId>
    <artifactId>jcaptcha-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-jcaptcha

作者:Jeebiz  创建时间:2023-03-19 23:10
最后编辑:Jeebiz  更新时间:2024-10-04 23:38