mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
refactor(captcha/behavior): 优化行为验证码缓存配置
This commit is contained in:
@@ -44,7 +44,7 @@ public class SaTokenDaoConfiguration {
|
||||
}
|
||||
|
||||
/**
|
||||
* 自定义持久层实现-默认
|
||||
* 自定义持久层实现-默认(内存)
|
||||
*/
|
||||
@ConditionalOnMissingBean(SaTokenDao.class)
|
||||
@ConditionalOnClass(RedisClient.class)
|
||||
|
@@ -25,7 +25,7 @@ package top.charles7c.continew.starter.auth.satoken.enums;
|
||||
public enum SaTokenDaoType {
|
||||
|
||||
/**
|
||||
* 默认
|
||||
* 默认(内存)
|
||||
*/
|
||||
DEFAULT,
|
||||
|
||||
|
Reference in New Issue
Block a user