Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiwepy/jcaptcha-spring-boot-starter

基于 JCaptcha 验证码项目实现的验证码 Spring Boot Starter 实现
https://github.com/hiwepy/jcaptcha-spring-boot-starter

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

``` xml

com.github.hiwepy
jcaptcha-spring-boot-starter
${project.version}

```

### Sample : CaptchaResolver Extends

[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-jcaptcha](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-jcaptcha "spring-boot-sample-jcaptcha")