Skip to content

v1.3.2: Feat api (#39)

Choose a tag to compare

@jiangood jiangood released this 24 Mar 07:31
· 235 commits to main since this release
1380172
* refactor(api): 优化API配置验证实现

- 移除SpringUtil依赖注入方式,改用构造函数注入
- 简化ApiConfigValidator中的Spring Bean获取逻辑
- 删除application.yml中不必要的springdoc启用配置
- 在README.md中调整项目描述格式并添加Maven中央仓库徽章

* fix(security): 修复页面403的问题