Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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")