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