easy-captcha
-
提供多种类型的验证码:算术、中文、动图(闪图)
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>easy-captcha</artifactId>
<version>1.6.2</version>
</dependency>第一个实例
- 后端:com/ks/demo/ec/controller/EasyCaptchaController.java
- 前端:static/easy-captcha.html
验证码类型示例
- 后端:com/ks/demo/ec/controller/EasyCaptchaTypeController.java
- 前端:static/captcha-type.html