Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 实现
- Host: GitHub
- URL: https://github.com/hiwepy/jcaptcha-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-09-22T16:17:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T16:45:23.000Z (over 2 years ago)
- Last Synced: 2023-09-25T15:34:10.772Z (about 1 year ago)
- Language: Java
- Size: 10 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")