Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 570 Bytes

File metadata and controls

30 lines (16 loc) · 570 Bytes

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