-
I use springfox-swagger2 `2.9.2`
have REST
```java
@ApiImplicitParams(
value = {
@ApiImplicitParam(name = "Authorization", paramType = "header", dataTypeClass =…
-
Please take the time to search the repository, if your question has already been asked or answered.
- [ ] What version of the library are you using?
- Springfox Spring Web 3.0.0
What kind of …
-
Dear All,
I have implemented swagger2 for springboot microservice and I am able to generate swagger.json file
but
the swagger.json file does not contain api's which are @PostMapping
the generated…
-
Hi,
I would like to show different fields in the same model depending on the swagger group. Is there a way I can configure SwaggerSpringMvcPlugin to do this? (maybe through different mixins?)
Thanks…
-
在线上环境一般都会关闭swagger 我们是通过来“@ConditionalOnProperty(value ={"swagger.enable"})”控制这时就会报以下错误:
Description:
Parameter 0 of constructor in com.github.xiaoymin.swaggerbootstrapui.plugin.DynamicResponseMod…
-
I've started to see the following when I start my applications:
```
java.lang.NoSuchMethodError: io.opencensus.tags.TagContextBuilder.putPropagating(Lio/opencensus/tags/TagKey;Lio/opencensus/tags…
-
I have a response of type : Map.
This produces invalid JSON/YAML documentaiton:
```json
swagger: '2.0'
info:
description: Test Service
version: '1.0'
title: Test Service
termsOfServi…
-
Please take the time to search the repository, if your question has already been asked or answered.
- [x] What version of the library are you using? Is it the latest version? The latest released ve…
-
Hi!
We've discovered a medium priority security issue in springfox-swagger2 version 3.0.0 (the current release version), also still present on the current mainline version.
These two lines of co…
-
Swagger2.0导出JsonApi文档后再次导入平台,发现请求内容为空,但是返回内容可以解析。