Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 764 Bytes

File metadata and controls

25 lines (14 loc) · 764 Bytes

simplecaptcha-spring-boot-starter

说明

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

  1. SimpleCaptchaServlet、ChineseCaptchaServlet、StickyCaptchaServlet 自动注册

Maven

<dependency>
	<groupId>com.github.hiwepy</groupId>
	<artifactId>simplecaptcha-spring-boot-starter</artifactId>
	<version>${project.version}</version>
</dependency>

Sample : CaptchaResolver Extends

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