# SpringBoot整合Aj Captcha实现滑动与点击验证码 **Repository Path**: zzl14273119/spring-boot-aj-captcha ## Basic Information - **Project Name**: SpringBoot整合Aj Captcha实现滑动与点击验证码 - **Description**: SpringBoot整合Aj Captcha实现滑动与点击验证码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-05-06 - **Last Updated**: 2024-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot整合Aj Captcha实现滑动验证码功能 编写示例代码的过程中,发现官方spring-boot-starter-captcha依赖的时候发现,此组件只支持SpringBoot2.X的版本,由于示例项目的版本较高,为了解决此问题,自行从Gitee上下载源代码进行了源码修改,将SpringBoot的版本升级至3.X版本,解决了不兼容的问题!!! 其余使用步骤还是参照官网介绍配置使用即可。 参考文档:[链接](https://ajcaptcha.beliefteam.cn/captcha-doc/)