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.

Changing title and description of Swagger UI using Springfox

I am building a Spring Boot application and documenting it using a Swagger UI using the Springfox Swagger UI. I've …

spring-boot swagger-ui springfox
Generate webservice description with Swagger in Spring Webflux

Has someone a solution to describe webservice using Swagger library in a Spring webflux environment? The goal is to use …

spring swagger spring-webflux springfox
endpoints group by resources swagger annotation?

I'm using Spring for my REST API development. And I have some API where there are lots of endpoints. When …

spring rest api swagger springfox
Replace @EnableSwagger2 after update to latest version

I migrated to latest springfox-swagger2 version 2.10.0 but looks like @EnableSwagger2 is deprecated. What annotation should I use in order to …

spring swagger swagger-2.0 springfox
Swagger / springfox generating response example automatically

Currently using springfox 2.9.2 to Swagger document an API created in Spring. I want to add example response in the documentation, …

rest api spring-boot swagger springfox
Swagger API Operations Ordering

How do I sort my operation by method alphabetically e.g. DELETE, GET, POST, PUT. I have read from this …

java spring-boot swagger springfox
Configure security schemas and contexts in Springfox and Spring MVC

I have simple REST services implemented with Spring MVC. I decided to describe them with Springfox and Swagger 2.0. Everything seemed …

java spring-mvc swagger-ui swagger-2.0 springfox
How can I manually describe an example input for a java @RequestBody Map<String, String>?

I am designing an api where one of the POST methods that takes a Map<String, String> of …

java spring-boot swagger springfox
Unable to configure Swagger in Spring project, getting File not found exception

I am trying to configure swagger for my spring application. Below is the configuration. However, getting an error [springfox/documentation/…

java spring rest swagger springfox
Suddenly Springfox Swagger 3.0 is not working with spring webflux

Application was working with Springfox Swagger 3.0 few days back. Suddenly it is stopped working. The Jar file which was created …

spring-boot swagger swagger-ui spring-webflux springfox