# spring-boot-starter-simplecaptcha **Repository Path**: vindell/spring-boot-starter-simplecaptcha ## Basic Information - **Project Name**: spring-boot-starter-simplecaptcha - **Description**: spring-boot-starter-simplecaptcha - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-starter-simplecaptcha ### 说明 > 基于 Simplecaptcha 验证码开源项目实现的验证码 Spring Boot Starter 实现 1. SimpleCaptchaServlet、ChineseCaptchaServlet、StickyCaptchaServlet 自动注册 ### Maven ``` xml ${project.groupId} spring-boot-starter-simplecaptcha ${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")