Skip to main content
0 votes
0 answers
64 views

I have created a very simple demo project with one controller endpoint: Spring Boot 3.5.6 Springdoc 2.8.13 This was working much better in Spring Boot 2.7.x Full project here: https://github.com/...
Aslak's user avatar
  • 139
0 votes
0 answers
12 views

I have started using springdoc in java. Everything works as expected but if i load the the webpage on mobile it is not compatible. The proportions do not look correct. I have investigated the ...
Roomber de Ruiter's user avatar
0 votes
1 answer
485 views

I have a Spring Boot 3.x application using Springdoc to generate Swagger and OpenAPI documentation. When I access /api-docs, it returns the schema in JSON format. To get the YAML format, I have to ...
Rubén Osmar Alvarado's user avatar
1 vote
1 answer
1k views

I have setup a base context-path for my spring boot 3 application and I am using spring-doc to display documentation in a swagger-ui. However, when deployed my apps url path gets prefixed with /...
Reid2's user avatar
  • 33
3 votes
1 answer
4k views

I had a Spring Boot 2.7.6 app with Spring Security 5.7.5 running without problems: authentication works, I navigate through the different pages according to roles, Swagger UI is usable, etc. I don't ...
Nicolas's user avatar
  • 175
10 votes
1 answer
10k views

Trying to implement spring doc for my microservices at the Spring Cloud gateway level. Came across these two dependencies. Want to know what is the difference between "springdoc-openapi-ui" ...
rolling stone's user avatar
2 votes
2 answers
2k views

I have an angular 9 application + spring service which are authenticated against keycloak. The problem is that i want to open the spring swagger link in a new tab from the angular ui. Currently I am ...
Alexander Mladzhov's user avatar
-2 votes
1 answer
1k views

According to the documentation (see the link below) the static resources can be customized with Java by extending SwaggerIndexPageTransformer and overriding the transform method. https://springdoc.org/...
krillov's user avatar
  • 139
1 vote
1 answer
980 views

Hello I have built a project in Thymleaf and wanted to generate the API documentation with swagger. But for some reason I can't explain, only endpoints annotated with @Rquestboy are documented. Does ...
Sniphs's user avatar
  • 37
0 votes
1 answer
4k views

@Schema Example is ignored by springdoc Openapi on one class property, but working on other property in the same class. Added @Schema(type = "integer", format = "int64", example =...
Daniel Jeney's user avatar
1 vote
1 answer
3k views

This is not the story of springfox This is the story of springdoc -openapi. my current dependency <dependency> <groupId>org.springdoc</groupId> <...
powpow's user avatar
  • 35
1 vote
2 answers
7k views

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's user avatar
0 votes
1 answer
914 views

I try to add springdoc-openapi-ui and camel-springdoc-starter. Works not so bad. For now i've trouble with the context path '/camel' and with the missing securitySchemes. Does anyone have an idea how ...
naturzukunft's user avatar
1 vote
1 answer
2k views

We are working on a spring boot project which uses the springdoc-openapi library to generate the swagger document. We have a requirement where we need to hide a few of the APIs in a controller. Spring ...
Vikram Jain's user avatar
5 votes
1 answer
10k views

There are no good examples out on the web of how to get the following output using the springdocs-openapi library (1.5.7). I'm looking to get the following output: [ "A", "B", &...
StevenPG's user avatar
  • 472

15 30 50 per page