Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/simplecaptcha-spring-boot-starter
spring-boot-starter-simplecaptcha
https://github.com/hiwepy/simplecaptcha-spring-boot-starter
Last synced: 23 days ago
JSON representation
spring-boot-starter-simplecaptcha
- Host: GitHub
- URL: https://github.com/hiwepy/simplecaptcha-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-09-22T16:51:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T17:27:38.000Z (over 2 years ago)
- Last Synced: 2023-09-25T15:34:11.508Z (over 1 year ago)
- Language: Java
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplecaptcha-spring-boot-starter
### 说明
> 基于 [Simplecaptcha ](http://simplecaptcha.sourceforge.net/) 验证码开源项目实现的验证码 Spring Boot Starter 实现
1. SimpleCaptchaServlet、ChineseCaptchaServlet、StickyCaptchaServlet 自动注册
### Maven
``` xml
com.github.hiwepy
simplecaptcha-spring-boot-starter
${project.version}```
### Sample : CaptchaResolver Extends
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-simplecaptcha](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-simplecaptcha "spring-boot-sample-simplecaptcha")