提交 845df448 编写于 作者: q418358795's avatar q418358795 提交者: zlt2000

!7 升级验证码依赖jar包到1.6.2

* 升级验证码依赖jar包到1.6.2
上级 64ef95e7
......@@ -26,7 +26,7 @@
<security-oauth2.version>2.3.5.RELEASE</security-oauth2.version>
<security-jwt.version>1.0.9.RELEASE</security-jwt.version>
<redisson.version>3.9.1</redisson.version>
<easyCaptcha.version>1.5.0</easyCaptcha.version>
<easyCaptcha.version>1.6.2</easyCaptcha.version>
<hutool.version>4.6.1</hutool.version>
<mybatis-plus-boot-starter.version>3.1.2</mybatis-plus-boot-starter.version>
<aliyun-sdk-oss>3.4.2</aliyun-sdk-oss>
......@@ -209,7 +209,7 @@
<!-- 验证码生成工具 -->
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>EasyCaptcha</artifactId>
<artifactId>easy-captcha</artifactId>
<version>${easyCaptcha.version}</version>
</dependency>
<!-- hutool java工具类库 -->
......
......@@ -53,8 +53,8 @@
<!-- 验证码生成工具 -->
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>EasyCaptcha</artifactId>
<version>1.5.0</version>
<artifactId>easy-captcha</artifactId>
<!--<version>1.5.0</version>-->
</dependency>
<dependency>
......
......@@ -3,7 +3,7 @@ package com.central.oauth.controller;
import com.central.common.constant.SecurityConstants;
import com.central.common.model.Result;
import com.central.oauth.service.IValidateCodeService;
import com.wf.captcha.Captcha;
import com.wf.captcha.base.Captcha;
import com.wf.captcha.GifCaptcha;
import com.wf.captcha.utils.CaptchaUtil;
import org.springframework.beans.factory.annotation.Autowired;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册