Top "Springfox" questions

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.

Swagger Codegen - Content Type for GET not getting set in Spring-MVC generated

Downloaded Swagger Pet Store (Simple) from swagger.io editor page and did a mvn jetty:run When opening up DevTools …

swagger swagger-ui springfox
How to customize example values in Springfox's Swagger 2 for a JSONObject request body?

I would like to customize the example values for my API documentation I am making with Springfox's Swagger (Spring REST …

rest spring-boot swagger-ui swagger-2.0 springfox
Is there a way I can stop springfox swagger from scanning the model classes?

I'm currently using Springfox Swagger to document my spring boot application with a Java config. My API starts in about 75 …

spring spring-boot swagger springfox
Springfox Swagger adding response status 200 to POST and PUT

I am using springfox-swagger2 version 2.6.1, and it is inserting HTTP 200 response messages for PUT and POST operations automatically, despite my …

java spring swagger springfox
springfox(swagger2) does not work with GsonHttpMessageConverterConfig

What I am trying to build is a spring-boot (v1.2.3) application and expose my Rest API with SpringFox(swagger2) v2.0.0 …

spring-boot gson swagger springfox
Can't access API's documentation with JHipster

I've been trying to access the generated Swagger-UI of a JHipster generated Spring app. I've tried to access through "/swagger-ui.…

spring jhipster swagger-ui springfox
Generate swagger JSON file at compile time for springfox based project

I have working project which is using springfox to generate API documentations. I want to generate swagger.json at compile …

java spring spring-mvc spring-boot springfox
Customize endpoints of dockets with springfox Swagger

I've searched on the internet how to customize endpoints of my multiple dockets, but haven't found the answer. My module …

rest swagger springfox