YapiIdeaUploadPlugin icon indicating copy to clipboard operation
YapiIdeaUploadPlugin copied to clipboard

feat: 支持解析 org.springframework.data.domain.Page 包装的返回值

Open nnnnnox opened this issue 5 years ago • 1 comments

非常感谢你们提供的这个插件,但是在实际使用中对于使用 Spring Data 的 Page 包装类,在上传到 Yapi 中是不会被解析的,所以对于 Page 的返回值进行了一些处理,使其可以在 Yapi 中正常显示

nnnnnox avatar Feb 04 '20 03:02 nnnnnox

我简单试了一下,像【public Page<DeptDto> list(@PageableDefault Pageable pageable)】这样的可以正常使用,但是像【public CommonResult<Page<DeptDto>> list(@PageableDefault Pageable pageable)】这样,就还是无法正确生成。

zhangbokang avatar Jun 15 '20 15:06 zhangbokang