refactor: 优化部分配置,移除过期类

This commit is contained in:
2023-11-26 11:45:09 +08:00
parent 1dd1be9f23
commit af9ed39dd8
8 changed files with 3 additions and 163 deletions

View File

@@ -3,7 +3,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin</artifactId>

View File

@@ -104,10 +104,10 @@ sa-token:
## 扩展配置
extension:
enabled: true
# 自定义缓存实现
dao-impl: top.charles7c.cnadmin.auth.config.satoken.SaTokenRedisDaoImpl
# 权限认证实现
permission-impl: top.charles7c.cnadmin.auth.config.satoken.SaTokenPermissionImpl
# 持久层配置
dao.type: redis
--- ### MyBatis Plus 配置
mybatis-plus: