/captcha4j

人机测试相关

Primary LanguageJavaApache License 2.0Apache-2.0

(一) 这是什么? 本项目提供一个可配置的servlet生成图形化的人机验证码

(二) 基础配置 WEB-INF/web.xml

test com.github.yingzhuo.captcha4j.servlet.Captcha4jServlet test /images/captcha.jpeg

(三) 更多配置

如: test com.github.yingzhuo.captcha4j.servlet.Captcha4jServlet captcha4j.session.key CAPTCHA_KEY test /hello.jpeg

参考 com.github.yingzhuo.captcha4j.Captcha4jConstants