Replace swagger 2 annotations with swagger 3 annotations (it is already included with springdoc-openapi-ui dependency). Package for swagger 3 annotations is io.swagger.v3.oas.annotations. @Api → @Tag @ApiIgnore → @Parameter(hidden = true) or @Operation(hidden = true) or @Hidden @ApiImplic...
fix: 调整文件管理接口,修改swagger地址被占用的情况 Browse files community PPLAX2835 committed Aug 26, 2024 1 parent eb6bdbd commit 3beada4 Showing 3 changed files with 22 additions and 22 deletions. Whitespace Ignore whitespace Split Unified .idea workspace.xml pplax-modules/pplax-file/...