gxm

Results 3 issues of gxm

我希望每一个接口都会展示对应的返回相应状态码如下 ![image](https://github.com/xiaoymin/knife4j/assets/29992863/d5ea645a-26b9-4af6-84ba-45f6fe30298f) 使用的版本是 com.github.xiaoymin knife4j-spring-boot-starter 3.0.3 springBoot 版本是 2.3.1 在升级到 4.x 后没有对应方法可以配置呢

File: [/zh_CN/connect-emqx/java.md](https://www.emqx.io/docs/zh/v5.1/connect-emqx/java.html)

**Describe the bug** 因为 @ApiModel 通过value 确认唯一性,所以,我直接给value赋值为 当前类的全类名如: com.xxx.api.params.controller.resp.xxx.xxxxx.DetailDto ![image](https://github.com/xiaoymin/knife4j/assets/29992863/4edb52cd-69c8-496d-8734-dac8ce80e4b6) 但是页面不显示?一旦我减少内容 比如 xxxx 的 DetailDto 就会显示,所以value是有长度限制吗 springBoot:2.3.1.RELEASE knife4j: knife4j-spring-boot-starter 3.0.3