-
Library versions:
- JAVA 9
- springboot 1.5.3.RELEASE
- 'io.springfox:springfox-swagger2:2.7.0'
- 'io.springfox:springfox-swagger-ui:2.7.0'
- gradle 2.13
When I'm trying to use th…
-
We are using Springboot with JAX-RS/RestEasy instead of spring web MVC. I setup the Docket as mentioned in the documentation but the swagger api docs does not show my resources. It shows the actuator…
-
Hello.
I think @ApiModelProperty annotations is ignored on boolean fields, when the name of that field starts with 'is'.
ex)
@ApiModelProperty(...) private boolean started; // annotation will b…
pequt updated
4 months ago
-
Use case: copy URL to some operation from the non-default group, send to someone. Clicking on the URL should expand UI to this operation automatically (as it works for the default group).
It's now …
-
https://www.xiaominfo.com/2019/05/20/springfox-0/
最近闲来无事,之前在开发过程中一直在用到springfox来生成swagger的文档,但一直对springfox的源码尚未研究,所以决定对源码进行探究一番.
-
Hi,
I am using springfox 2.5 with jdk1.8 and spring4, i get following errors, please suggest.
org.apache.catalina.core.StandardContext loadOnStartup
SEVERE: Servlet [springfox] in web application [/…
-
**Create YAML File,**
**Need to configure Swagger API**
Add below dependency in the project.POM
```
io.springfox
springfox-swagger2
2.6.1
compile
io.springfox
…
-
Vulnerable Library - springfox-swagger-ui-2.9.2.jar
JSON API documentation for spring based applications
Library home page: https://github.com/springfox/springfox
Path to dependency file: /Java/Grad…
-
Hi Dilip,
I am yet to be a fan of Springfox :)
On multiple occasions, I have tried following the demo but they lag in clarity. I am willing to add a better demo to showcase Spring (v4.2) XML + Spr…
-
##### Description
Hello, I noticed that when I generate the code the generated Swagger UI Configuration class in `OpenAPIDocumentationConfig.java` has annotation `@EnableSwagger2`. And at the s…