- 将项目中使用的 Swagger 2.x 注解(如 @Api、@ApiOperation 等)全面替换为 OpenAPI3.0 对应注解(如 @Tag、@Operation 等) - 解决Knife4j依赖的springdoc-openapi版本和springboot3.4.4版本不兼容问题