Skip to content

Commit

Permalink
fix: 修复 Swagger 分组接口缺失
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Nov 5, 2023
1 parent f15494d commit b63d7d7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: '通用接口'
Expand Down

0 comments on commit b63d7d7

Please sign in to comment.