#jcaptcha

使用jcaptcha插件生成验证码

1.从官网http://jcaptcha.sourceforge.net/下载插件。将对应jar包导入到lib文件夹下2.创建一个CaptchaServiceSingleton类用来获取jcaptcha自己实现的默认验证码生成器对象DefaultManageableImageCaptchaService(使用单例模式)...