- 2024-11-05EasyCaptcha验证码图
EasyCaptcha在Java中实现EasyCaptcha工具类可以生成验证码,使用图像或简单的数学问题进行验证。官方文档。引入依赖<dependency><groupId>com.github.whvcse</groupId><artifactId>easy-captcha</artifactId></dependency>验证码工具的API介绍publicclass
- 2022-12-03验证码插件EasyCaptcha
1.添加maven依赖<dependency><groupId>com.github.whvcse</groupId><artifactId>easy-captcha</artifactId><version>1.6.2</version></depen
- 2022-11-30常用功能系列---【使用EasyCaptcha快速生成验证码】
使用EasyCaptcha快速生成验证码1.引入pom坐标<!--验证码--><dependency><groupId>com.github.whvcse</groupId><artifactId>easy-captcha</artifactId>
- 2022-11-25【Java】EasyCaptcha 封装验证码接口
依赖坐标:<dependency><groupId>com.github.whvcse</groupId><artifactId>easy-captcha</artifactId><version>1.6.2