python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Spring Boot OpenAPI 3 with Spring Data REST
I'm failing at documenting my Spring Data REST API with OpenAPI. Nothing show in swagger-ui's homepage (and /v3/api-docs obviously).
Here is an excerpt from my dependencies:
<dependency>
...

Thomas Escolan
Votes: 0
Answers: 1
Spring Boot, Swagger and Authorisation
I have a Spring Boot API that uses Springdoc (Swagger). The API has security with "apiKey" and "code" fields being passed in the header. I am having difficulty configuring Swagge...
skyman
Votes: 0
Answers: 1
How can @JsonValue be used for Swagger enum values using springdoc-openapi with a Lombok getter
Given a Spring Boot project that uses the springdoc-openapi library to expose an OpenAPI (Swagger) endpoint documenting the Spring MVC controller endpoints of the project.
One of the enums in the proj...
M. Justin
Votes: 0
Answers: 1