后台登录不校验验证码
This commit is contained in:
parent
11fab0d5b1
commit
c7641d2b25
|
|
@ -142,7 +142,7 @@ public class AdminUserService {
|
|||
jedis.decr(redisLockKey);
|
||||
// return ResultObject.failed("验证码错误,请重新输入!");
|
||||
}
|
||||
|
||||
// 暂时去掉验证码校验
|
||||
// String[] split = captchaList.split(",");
|
||||
// for (String available : split) {
|
||||
// if (Objects.equals(captcha, available)) {
|
||||
|
|
|
|||
|
|
@ -19,10 +19,16 @@ spring:
|
|||
datasource:
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://121.37.185.246:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
password: Xgf_8000
|
||||
url: jdbc:mysql://192.168.0.142:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||
username: financial_prod
|
||||
password: mmTFncqmDal5HLRGY0BV
|
||||
# url: jdbc:mysql://121.37.185.246:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||
# username: root
|
||||
# password: Xgf_8000
|
||||
redis:
|
||||
host: 123.60.153.169
|
||||
host: 192.168.0.172
|
||||
port: 6379
|
||||
password: Xgf_redis
|
||||
# host: 123.60.153.169
|
||||
# port: 6379
|
||||
# password: Xgf_redis
|
||||
|
|
|
|||
Loading…
Reference in New Issue