easy-yapi
easy-yapi copied to clipboard
Generate API document to yapi
**Describe the question** A clear and concise description of what the question is. **Expected result** A clear and concise description of what you expected to get. **Screenshots** If applicable, add...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Detailed Steps to reproduce the behavior: 1. Open '...' 2. Click on '....' 3. See...
yapi官方已经支持了yapi的二级分类,什么时候可以支持下呢 ![Uploading image.png…]()
项目中存在很多Swagger 的@ApiModelProperty注解 项目废弃使用swagger后 出现了联调困难,所以希望除了识别文档注释之外还可以识别指定注解的value
**Is your feature request related to a problem? Please describe.** 例如// NOSONAR 生成YAPI时,会显示NOSONAR **Describe the solution you'd like** 生成文档时,希望忽略sonar相关的注释信息
generic.param.as.json.body=@org.springframework.web.bind.annotation.RequestBody 默认配置的请求参数,用@RequestBody修饰,但是我这个项目,不加任何注解修饰,该怎么配置啊
**Describe the bug** 我配置了 @tag 注解自动转成 yapi的标签 controller 层没问题 但是 如果是 是个service 不行, 加了 tag 也 无法生成 带tag 的yapi文档