mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-15 01:01:36 +08:00
fix: 修复 Swagger 分组接口缺失
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