制度相关功能后端开发

This commit is contained in:
wangna0328 2025-07-28 18:13:35 +08:00
parent 8ab365fc8b
commit d18690a3e8
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ public class SwaggerConfig {
.enable(true)//开启Swagger文档
.select()
.apis(RequestHandlerSelectors.basePackage("com.dite"))
.apis(RequestHandlerSelectors.withMethodAnnotation(ApiOperation.class))
.paths(PathSelectors.any())
.build()
.globalRequestParameters(parameters);