refactor: 移动 SaToken 配置到 webapi 模块

This commit is contained in:
2024-07-01 22:08:02 +08:00
parent 44811fc932
commit d733b7f166
25 changed files with 29 additions and 29 deletions

View File

@@ -271,7 +271,8 @@ continew-admin
│ ├─ src
│ │ ├─ main
│ │ │ ├─ java/top/continew/admin
│ │ │ │ ├─ webapi
│ │ │ │ ├─ config (配置)
│ │ │ │ ├─ controller
│ │ │ │ │ ├─ auth系统认证相关 API
│ │ │ │ │ ├─ common通用相关 API
│ │ │ │ │ ├─ monitor系统监控相关 API
@@ -297,7 +298,6 @@ continew-admin
│ │ ├─ main
│ │ │ ├─ java/top/continew/admin
│ │ │ │ ├─ auth系统认证相关业务
│ │ │ │ │ ├─ config系统认证相关配置
│ │ │ │ │ ├─ model系统认证相关模型
│ │ │ │ │ │ ├─ query系统认证相关查询条件
│ │ │ │ │ │ ├─ req系统认证相关请求对象Request