mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-13 14:57:16 +08:00
fix: 修复 Spring Cache 配置错误
1.Swagger 分组接口缺失 2.Spring Cache 配置错误
This commit is contained in:
@@ -58,7 +58,9 @@ springdoc:
|
||||
packages-to-scan: ${project.basePackage}.webapi.controller
|
||||
- group: 'auth'
|
||||
display-name: '系统认证'
|
||||
paths-to-match: '/auth/**'
|
||||
paths-to-match:
|
||||
- '/auth/**'
|
||||
- '/oauth/**'
|
||||
packages-to-scan: ${project.basePackage}.webapi.controller.auth
|
||||
- group: 'common'
|
||||
display-name: '通用接口'
|
||||
|
Reference in New Issue
Block a user