mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-14 10:57:19 +08:00
refactor: 适配 ContiNew Starter 认证模块-SaToken
This commit is contained in:
@@ -117,6 +117,13 @@ sa-token:
|
||||
is-log: false
|
||||
# JWT 秘钥
|
||||
jwt-secret-key: asdasdasifhueuiwyurfewbfjsdafjk
|
||||
## 扩展配置
|
||||
extension:
|
||||
enabled: true
|
||||
# 自定义缓存实现
|
||||
dao-impl: top.charles7c.cnadmin.auth.config.satoken.SaTokenRedisDaoImpl
|
||||
# 权限认证实现
|
||||
permission-impl: top.charles7c.cnadmin.auth.config.satoken.SaTokenPermissionImpl
|
||||
|
||||
--- ### MyBatis Plus 配置
|
||||
mybatis-plus:
|
||||
|
Reference in New Issue
Block a user