The Springfox suite of java libraries is all about automating the generation of machine and human readable specifications for JSON APIs written using the spring family of projects.
My project has Spring Security. Main issue: Not able to access swagger URL at http://localhost:8080/api/v2/api-docs. It …
spring-mvc swagger swagger-ui swagger-2.0 springfoxI have one class in which there is one property which is List<String> public class MyClass { .... @ApiModelProperty(…
java swagger springfoxWe have our Spring Boot services behind an API Gateway. With an earlier version of Springfox - 2.1.2 we had no …
spring spring-boot swagger swagger-ui springfoxI have spring boot rest api (resources) which uses another spring boot authorisation server, I have added Swagger config to …
java spring-boot swagger swagger-ui springfoxI am using swagger to test my rest api, one of the property of my entity class is a date …
java swagger swagger-ui springfox swagger-maven-pluginI want to add a header parameter field in the auto-generated swagger ui documentation of my rest service. I use …
spring swagger-ui springfoxI have a Spring Boot project with next dependency of Springfox: <dependency> <groupId>io.springfox</…
java spring-boot swagger-2.0 springfoxI'm just starting using swagger following this guide, but I found out something very weird that makes no sense for …
java swagger springfoxI have a spring boot MVC java Web app. I've been able to integrate Springfox for API documentation. I can …
java spring-mvc spring-boot swagger springfoxI'm trying to document and existing Rest API a Spring MVC project (NOT spring boot!). My application is called api …
java spring spring-mvc swagger-ui springfox