You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: