|
|
@ -21,9 +21,9 @@ public class SysPasswordService
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|
private RedisService redisService;
|
|
|
|
private RedisService redisService;
|
|
|
|
|
|
|
|
|
|
|
|
private int maxRetryCount = CacheConstants.passwordMaxRetryCount;
|
|
|
|
private int maxRetryCount = CacheConstants.PASSWORD_MAX_RETRY_COUNT;
|
|
|
|
|
|
|
|
|
|
|
|
private Long lockTime = CacheConstants.passwordLockTime;
|
|
|
|
private Long lockTime = CacheConstants.PASSWORD_LOCK_TIME;
|
|
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|
private SysRecordLogService recordLogService;
|
|
|
|
private SysRecordLogService recordLogService;
|
|
|
|