python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
OpenAPI, contract-first with Springdoc and multiple specs
I am trying to port a Swagger UI from Springfox to Springdoc.
The Swagger UI is generated via Maven plugin
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plu...
Christophe Andrey
Votes: 0
Answers: 0
Springdoc OpenAPI multiple servers json
I am looking into the possibility to have one central swagger UI where you can see the /v3/api-docs from multiple localhost.
My idea for this was to have multiple GroupedOpenApi Beans were each goes t...
Geitjee
Votes: 0
Answers: 1
Springdoc Swagger UI not using swagger-config
need some help with springdoc-openapi-ui!
I am using springdoc-openapi-ui to render my API schema. This is the version details of it.
Now, i have done some configuration in my spring boot application...
Arpit Agrawal
Votes: 0
Answers: 4
Spring + OpenAPI3 getting Swagger 404 when using static openApi.yaml file
I have a simple spring application setup, with an openAPI dependency, in my pom file I added:
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>spri...
eagle009
Votes: 0
Answers: 1