一、该问题的重现步骤是什么?
1. 升级框架到2.7
2. 查看接口文档
3. 部门列表接口出现莫名到参数
二、你期待的结果是什么?实际看到的又是什么?
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
升级2.7.0后
四、请提供详细的错误堆栈信息,这很重要。
五、若有更多详细信息,请在下面提供。
在 BladeUser 参数前增加 @ApiIgnore,接口文档恢复正常
public R<List<DeptVO>> list(@ApiIgnore @RequestParam Map<String, Object> dept, @ApiIgnore BladeUser bladeUser)
找到springfox相关的issue
https://github.com/springfox/springfox/issues/2773
> in your case you should also exclude class Locale:
.ignoredParameterTypes(Locale::class)
扫一扫访问 Blade技术社区 移动端