-
**Is your feature request related to a problem? Please describe.**
Yes, /api/auth/token is missing in [Swagger UI](https://demo.thingsboard.io/swagger-ui/#/) so users don't know about it and have t…
-
openapi3 (如:springdoc)
因为swagger2对其他同类工具,不友好。
[openapiapi3.0.json.zip](https://github.com/zt8989/sisyphus-cli/files/6268735/openapiapi3.0.json.zip)
-
So I just want to transform spring `Page` so I just display some fields with different names. I checked [this](https://github.com/springdoc/springdoc-openapi/blob/master/springdoc-openapi-common/src/m…
-
Hi,
is it possible to use the new OpenAPI 3.0 (io.swagger.core.v3) package to generate a yaml file containing the api documentation?
-
**Describe the bug**
I generate a java class from a yaml file describing the model.
I have the following model described in the yaml file:
Document:
required:
- documentMetaData
…
-
I have a sample SpringBoot API with the following features:
- 1 controller that exposes a single endpoint invokable with a GET request and that returns a custom class (ContainerClass in my example)
…
-
Springfox 2.9.2 works for me but its failing whitesource scans due to vulnerabilities so I can't continue to use it. Any version higher than 2.9.2 fails for me. Does anyone have a workaround for later…
-
#1
# 배달 플랫폼 프로젝트 자동 API 문서화 Swagger 적용
- api 모듈
- springdoc-openapi-starter-webmvc-ui [ 스프링 부트 3.x 버전의 경우 2.0 이상 사용 해야 함 ]
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. 类上加了@Validated 会到在接口文档上消失,去掉后正常
**Expected behavior**
加了@Validat…
-
`$ref` attributes is not url encoded, so validating springdoc josn at [editor.swagger.io](http://editor.swagger.io/) gives error:
```
Semantic error at paths./ping.get.responses.500.content.*/*.…