newhoo / RestfulBox

A powerful toolkit for restful services development.
https://plugins.jetbrains.com/plugin/14723-restfulbox
Apache License 2.0
54 stars 19 forks source link

接口扫描去重 | 接口继承场景支持不完善 #9

Closed gclm closed 2 years ago

gclm commented 2 years ago

image image

接口覆盖了, 被重复扫码出来了。估计需要增加去重操作

newhoo commented 2 years ago

贴一下父类看看

gclm commented 2 years ago

https://github.com/52CodeLab/chaos/blob/master/chaos-web/src/main/java/club/gclmit/chaos/web/controller/RestApiController.java

newhoo commented 2 years ago

把DoveImagePlatformController上重写方法的Mapping注解去掉吧,不会特别考虑这种继承带重写。