# spring-boot-starter-smartcaptcha **Repository Path**: vindell/spring-boot-starter-smartcaptcha ## Basic Information - **Project Name**: spring-boot-starter-smartcaptcha - **Description**: spring-boot-starter-smartcaptcha - **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-smartcaptcha ### 说明 > 基于 Smartcaptcha 验证码开源项目实现的验证码 Spring Boot Starter 实现 1. CaptchaServlet、AudioCaptchaServlet 自动注册 ### Maven ``` xml ${project.groupId} spring-boot-starter-smartcaptcha ${project.version} ``` ### Sample : CaptchaResolver Extends [https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-smartcaptcha](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-smartcaptcha "spring-boot-sample-smartcaptcha")