chore: 项目目录结构调整优化

This commit is contained in:
haoxr
2023-11-10 00:33:54 +08:00
parent bc20ca7a7b
commit be25c4b0a4
15 changed files with 367 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ public class SwaggerConfig {
.title("系统接口文档")
.version("2.4.0")
)
//全局安全校验项也可以在对应的controller上加注解SecurityRequirement
// 全局安全校验项也可以在对应的controller上加注解SecurityRequirement
.components(new Components()
.addSecuritySchemes(HttpHeaders.AUTHORIZATION,
new SecurityScheme()