Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No params in Swagger UI generated by Springdoc-OpenAPI 1.6.13 #257

Open
cpolisini-commify opened this issue Oct 3, 2023 · 0 comments
Open

Comments

@cpolisini-commify
Copy link

I am using Spring-boot 2.7.14 and specification-arg-resolver 2.19.0. I have followed the instruction in the doc for Spring boot 2 and specification-arg-resolver 2.x.
Dependency used in POM
<dependency> <groupId>net.kaczmarzyk</groupId> <artifactId>specification-arg-resolver</artifactId> <version>2.19.0</version> </dependency> <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-ui</artifactId> <version>1.6.13</version> </dependency> <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-common</artifactId> <version>1.6.13</version> </dependency>

The issue is that I don't have any @spec params documented in the embedded Swagger UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant