e

eap-spring-boot-starter-captcha

验证码拓展 1. 基于 aj-captcha 实现滑块验证码,文档:https://ajcaptcha.beliefteam.cn/captcha-doc/
The Apache Software License, Version 2.0
Files download
File Operation
eap-spring-boot-starter-captcha-2.5.1.jar download
eap-spring-boot-starter-captcha-2.5.1.pom download
eap-spring-boot-starter-captcha-2.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.eaopen</groupId>
  <artifactId>eap-spring-boot-starter-captcha</artifactId>
  <version>2.5.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.eaopen:eap-spring-boot-starter-captcha:2.5.1'
Gradle Kotlin
implementation("io.github.eaopen:eap-spring-boot-starter-captcha:2.5.1")
Scala SBT
libraryDependencies += "io.github.eaopen" % "eap-spring-boot-starter-captcha" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eaopen', module='eap-spring-boot-starter-captcha', version='2.5.1')
)
Apache Ivy
<dependency org="io.github.eaopen" name="eap-spring-boot-starter-captcha" rev="2.5.1" />
Leiningen
[io.github.eaopen/eap-spring-boot-starter-captcha "2.5.1"]
Apache Buildr
'io.github.eaopen:eap-spring-boot-starter-captcha:jar:2.5.1'