mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 08:57:14 +08:00
refactor: 优化部分配置,移除过期类
This commit is contained in:
@@ -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>
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user