Shuo Li
Shuo Li
knife4j 显示不正确,我的接口明明是不一样的,但是显示的名称是一样的。  复现: 当时在写接口的时候,为了方便都直接复制,粘贴,该方法,但是没有修改接口的名称,导致启动报错,然后才修改接口名称,但是之后就出现这样了。 一开始我不清楚为什么会出现这样的bug,现在(大概过了半天),突然想到可能是上述的原因。 解决版本:(尝试一下可不可以解决),移除knife4j 依赖和配置,然后重新引入。发现不行。在尝试删除tagert,重新打包,还是解决不了 提问issue 版本 4.4.0 ```xml com.github.xiaoymin knife4j-openapi2-spring-boot-starter 4.4.0 ```
Why is it that such a simple task can go wrong? The first time I ran the program, the extraction was correct, but after running it several more times, there...