项目作者: hiwepy

项目描述 :
kaptcha for Spring boot
高级语言: Java
项目地址: git://github.com/hiwepy/kaptcha-spring-boot-starter.git
创建时间: 2017-11-07T08:33:38Z
项目社区:https://github.com/hiwepy/kaptcha-spring-boot-starter

开源协议:Apache License 2.0

下载


kaptcha-spring-boot-starter

说明

基于 Kaptcha 验证码开源项目实现的验证码 Spring Boot Starter 实现

  1. KaptchaServlet 自动注册
  2. KaptchaServlet 逻辑扩展实现,增加 CaptchaResolver 接口定义,实现基于Session、Cookie的默认验证码存储和解析实现
  3. 支持自定义CaptchaResolver实现,扩展基于外部存储,如 Database、Cache的验证码存储和解析

Maven

  1. <dependency>
  2. <groupId>com.github.hiwepy</groupId>
  3. <artifactId>kaptcha-spring-boot-starter</artifactId>
  4. <version>${project.version}</version>
  5. </dependency>

Sample : CaptchaResolver Extends

https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-kaptcha