-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from dustlight-cn/dev
v0.0.3-SNAPSHOT。1、仓库转移。2、RandomStringCodeGenerator 允许通过参数 'CODE_CHARS…
- Loading branch information
Showing
14 changed files
with
78 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# CAPTCHA | ||
[![Build Status](https://travis-ci.org/Hansin1997/captcha.svg?branch=main)](https://travis-ci.org/Hansin1997/captcha) | ||
[![GitHub](https://img.shields.io/github/license/Hansin1997/captcha)](LICENSE) | ||
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Hansin1997/captcha)](https://github.com/Hansin1997/captcha/releases) | ||
[![Build Status](https://travis-ci.org/dustlight-cn/captcha.svg?branch=main)](https://travis-ci.org/dustlight-cn/captcha) | ||
[![GitHub](https://img.shields.io/github/license/dustlight-cn/captcha)](LICENSE) | ||
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/dustlight-cn/captcha)](https://github.com/dustlight-cn/captcha/releases) | ||
|
||
## 简介 | ||
**CAPTCHA** 是一个基于 **Spring Boot** 框架的验证码框架,它通过 AOP 的方式完成包含验证码生成、发送、存储等验证码相关业务,以避免与业务代码耦合。 | ||
|
@@ -157,4 +157,4 @@ public class TestController { | |
集成邮箱验证码发送功能。 | ||
|
||
## 获取帮助 | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/Hansin1997/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/dustlight-cn/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ | |
[StringCodeVerifier](src/main/java/cn/dustlight/captcha/verifier/StringCodeVerifier.java) 是验证码校验器的默认实现,它将验证码值作为字符串进行比较,可以选择是否裁剪空白以及大小写敏感。 | ||
|
||
## 获取帮助 | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/Hansin1997/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/dustlight-cn/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,4 +110,4 @@ public class EmailController { | |
收到验证码后,打开 [http://localhost:8080/verify?code=xx](http://localhost:8080/verify?code=xx) 进行验证。(将 xx 改为您收到的验证码) | ||
|
||
## 获取帮助 | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/Hansin1997/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/dustlight-cn/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -214,4 +214,4 @@ public class TestController { | |
| [http://localhost:8080/v3.html](http://localhost:8080/v3.html) | reCAPTCHA v3 测试页面 | | ||
|
||
## 获取帮助 | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/Hansin1997/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/dustlight-cn/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,4 +86,4 @@ dustlight.captcha.store.redis.key-prefix=CAPTCHA_CODE | |
``` | ||
|
||
## 获取帮助 | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/Hansin1997/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/dustlight-cn/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -238,4 +238,4 @@ public class TestController { | |
运行您的项目,打开 [http://localhost:8080/](http://localhost:8080/) 进行测试。 | ||
|
||
## 获取帮助 | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/Hansin1997/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) | ||
如果需要报告问题或者功能需求,请在Github中 [创建issue](https://github.com/dustlight-cn/captcha/issues/new) 。若有其他问题或建议,请发送电子邮件至 [[email protected]](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters