-
I'm resending conversation and issue report from https://github.com/springdoc/springdoc-openapi :
Any value provided inside the parameter input field is ignored and the resulted url only has {param…
-
Hey,
I want to update the springdoc-openapi-gradle-plugin to Version 1.9.0, but this is not possible because the generateOpenApiDocs does not work.
Exception encountered during context initializ…
-
The versions of the springdoc-openapi-starter-common dependency conflict, so swagger does not work. In springdoc-openapi-starter-webmvc-ui the springdoc-openapi-starter-common dependency has version 2…
-
### Q&A (please complete the following information)
- OS: macOS (Apple Silicon)
- Browser: Chrome
- Version: 129.0.6668.70
- Method of installation: Maven Repository > [SpringDoc OpenAPI UI](htt…
-
I'm configuring Swagger UI as an OAuth2 client in my Spring application. I see that I'm required to set the client secret using the property: springdoc.swagger-ui.oauth.client_id=secret. However, I wa…
-
After migrating from springdoc-openapi v1 to v2, we started experiencing issues with requests using a query param DTO.
Previously, requests were structured as standard query parameters, but now they…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
因为新版本不需要静态链接,改application.yml 文件的配置。
```yml
springdoc:
swagger-ui:
path: /swagger-ui.html
tags-sorter: alpha
operations-sorter: alpha
api-docs:
path: /v3/api-docs
g…
-
Hi,
I'm trying to generate open-api.yaml from java classes with using springdoc-openapi-maven-plugin 1.4 But, unfortunately, when I use $ref in @Schema annotation, it does not generate quotes, but i…
-
I have used the Java `springdoc-openapi-starter-webmvc-ui` package. In the global configuration, I think it is better than the existing PHP swagger package configuration scheme.
This is a solution …