增加中文验证码功能
This commit is contained in:
21
README.md
21
README.md
@@ -13,19 +13,19 @@
|
||||
|
||||
**gif效果:**
|
||||
|
||||

|
||||

|
||||
  
|
||||

|
||||

|
||||
  
|
||||

|
||||

|
||||
|
||||
**png效果:**
|
||||
|
||||

|
||||

|
||||
  
|
||||

|
||||

|
||||
  
|
||||

|
||||

|
||||
|
||||
|
||||
**中文验证码:**
|
||||
@@ -58,7 +58,7 @@ allprojects {
|
||||
在项目的build.gradle中添加
|
||||
```text
|
||||
dependencies {
|
||||
compile 'com.github.whvcse:EasyCaptcha:1.2.5'
|
||||
compile 'com.github.whvcse:EasyCaptcha:1.3.0'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -77,7 +77,7 @@ dependencies {
|
||||
<dependency>
|
||||
<groupId>com.github.whvcse</groupId>
|
||||
<artifactId>EasyCaptcha</artifactId>
|
||||
<version>1.2.5</version>
|
||||
<version>1.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -321,3 +321,8 @@ public class Test {
|
||||
|
||||
  分离项目建议不要存储在session中,存储在redis中。
|
||||
|
||||
|
||||
## 5.自定义效果
|
||||
|
||||
参考源代码中的SpecCaptcha和GifCaptcha继承Captcha即可。
|
||||
|
||||
|
Reference in New Issue
Block a user