bhupesh
3 years agoVisitor
which version required openApi ,swagger UI for adding example in query variable and path variable
Hi All,
I am using open api in our java 11 project . I want to add example in in query variable and path variable ,multiple response code and payload for post apis.
Please tell me which dependency( openApi, swagger UI) version require for this. Please share dependency for this.
i am using following dependency but not getting example.
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-webflux-ui</artifactId>
<version>1.5.4</version>
</dependency>
.