Git Product home page Git Product logo

captcha's Introduction

JDK release version

简介

项目集成字符验证码、运算验证码、滑动验证码
具有代码简洁、注释完备、配置灵活、易于上手的特点,适合所有开发者集成

功能

  • 字符验证码
  • 运算验证码
  • 滑动验证码

快速访问

  1. 快速访问: http://localhost:8080/captcha/index
  2. 字符验证码: http://localhost:8080/captcha/index?type=char
  3. 运算验证码: http://localhost:8080/captcha/index?type=operation
  4. 滑动验证码: http://localhost:8080/captcha/index?type=slide

使用说明

字符验证码、运算验证码、滑动验证码有工具类,开箱即用;同时,字符验证码、运算验证码集成了google的kaptcha验证码

  • 字符验证码:
    默认使用kaptcha验证码。开箱即用,不需要任何配置就可以访问
  • 运算验证码:
    默认使用kaptcha验证码。开箱即用,已经将运算器类配置好。如果需要更改和自定义运算方法请移步:
    config.selfimpr.captcha -> config -> CaptchaConfig -> getKaptchaBeanMath()
  • 滑动验证码:
    需要将自己的验证码图片配置到application.yml文件路径中。相关的验证码图片和模板在以下位置: 项目中resources -> static -> targets和templates目录

许可证

license

预览图

预览图1 预览图2 预览图3 预览图4 预览图5

captcha's People

Contributors

witlark avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.