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.

Api annotation's description is deprecated

In Swagger, the @Api annotation's description element is deprecated. Deprecated. Not used in 1.5.X, kept for legacy support. Is there …

java swagger swagger-2.0 springfox
Spring + Springfox + Header Parameters

@RequestMapping(...) public Foo getFoo(@HeaderParam("header") final String header) { ... } Adding a @HeaderParam method parameter as above springfox picks it up …

spring swagger-ui springfox
Cannot send Authorization Bearer Token using Springfox

I'm having trouble understanding why "Authorization: Bearer __" is not being sent in my api using Springfox 2.5.0. I have the following …

java spring swagger swagger-ui springfox
Filtering for API parts in swagger

I have a REST API and springfox swagger v2.6.1 included and working. But now, I would like to not always …

java swagger springfox
Remove Basic Error Controller In SpringFox SwaggerUI

Is there a way i can remove the "basic-error-controller" from springfox swagger-ui? Picture:

swagger-ui swagger-2.0 springfox
Using @RequestParam annotated method with swagger ui

I am using Springfox libraries to generate documentation for REST service and display it in Swagger UI. I followed the …

spring-boot swagger-ui swagger-2.0 springfox
How can I modify swagger-ui.html for springfox?

I am using springfox's swagger implementation. I would like to modify the swagger-ui.html to take a custom header value. …

springfox
Maven: package io.swagger.annotations does not exist

I want to document my project with swagger. I add swagger annotations and io.springfox dependencies to my project but …

java maven swagger-2.0 spring-annotations springfox
Springfox swagger not working in spring boot 2.2.0

I want to upgrade spring boot v2.1.9 to 2.2.0. But after the upgrade I am getting some exceptions, which says spring …

spring spring-boot spring-data-jpa swagger-2.0 springfox
Added Springfox Swagger-UI and it's not working, what am I missing?

Following the instructions here: http://www.baeldung.com/swagger-2-documentation-for-spring-rest-api I added these dependencies to my project: compile "io.springfox:…

spring spring-boot swagger swagger-ui springfox