mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
refactor: SaTokenDaoTypeEnum => SaTokenDaoType
This commit is contained in:
@@ -22,7 +22,7 @@ package top.charles7c.continew.starter.auth.satoken.enums;
|
||||
* @author Charles7c
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public enum SaTokenDaoTypeEnum {
|
||||
public enum SaTokenDaoType {
|
||||
|
||||
/**
|
||||
* Redis
|
@@ -18,7 +18,7 @@ package top.charles7c.continew.starter.auth.satoken.properties;
|
||||
|
||||
import cn.dev33.satoken.dao.SaTokenDao;
|
||||
import lombok.Data;
|
||||
import top.charles7c.continew.starter.auth.satoken.enums.SaTokenDaoTypeEnum;
|
||||
import top.charles7c.continew.starter.auth.satoken.enums.SaTokenDaoType;
|
||||
|
||||
/**
|
||||
* SaToken 持久层配置属性
|
||||
@@ -32,7 +32,7 @@ public class SaTokenDaoProperties {
|
||||
/**
|
||||
* 持久层类型
|
||||
*/
|
||||
private SaTokenDaoTypeEnum type;
|
||||
private SaTokenDaoType type;
|
||||
|
||||
/**
|
||||
* 自定义持久层实现类(当 type 为 CUSTOM 时必填)
|
||||
|
Reference in New Issue
Block a user