Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR: OpenAPI访问控制功能增强 (Issue #9072)
版本号:3.8.3
分支:
issues_9072-->springboot3
我是基于springboot3进行的扩展。
问题描述:
请需要增加openapi白名单

📋 PR概述
本PR针对Issue #9072进行了OpenAPI访问控制功能的全面增强,将原有的简单IP黑名单机制升级为功能完善的访问清单系统,
支持白名单/黑名单双模式,并增加了IP正则表达式匹配和完整的单元测试覆盖。
🔄 主要变更
📊 变更统计
🧪 测试验证
功能测试
单元测试
🚀 部署说明
-- 执行 Flyway 迁移脚本
V3.8.3_1__openapi_accesslist.sql
- 后端:替换jar包并重启
- 前端:构建并部署新版本
- 检查访问清单配置界面
- 验证IP控制功能正常
🔒 安全增强
📱 用户体验