Skip to content

hiwepy/jcaptcha-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jcaptcha-spring-boot-starter

说明

基于 JCaptcha 验证码项目实现的验证码 Spring Boot Starter 实现

  1. SimpleImageCaptchaServlet 自动注册
  2. https://jcaptcha.atlassian.net/wiki/spaces/general/pages/1212438/Simple+Servlet+Integration+documentation 3.使用 SimpleImageCaptchaServlet.validateResponse(req, "");进行验证码校验

Maven

<dependency>
	<groupId>com.github.hiwepy</groupId>
	<artifactId>jcaptcha-spring-boot-starter</artifactId>
	<version>${project.version}</version>
</dependency>

Sample : CaptchaResolver Extends

https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-jcaptcha

About

基于 JCaptcha 验证码项目实现的验证码 Spring Boot Starter 实现

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages