easy-captcha-1.6.2.jar 验证码
https://mvnrepository.com/artifact/com.github.whvcse/easy-captcha/1.6.2

<!-- https://mvnrepository.com/artifact/com.github.whvcse/easy-captcha -->
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>easy-captcha</artifactId>
<version>1.6.2</version>
</dependency>

//动态验证码
// GifCaptcha gifCaptcha = new GifCaptcha(130, 48, 4);
//静态验证码
SpecCaptcha gifCaptcha=new SpecCaptcha(130,48,4);

