Skip to content

Demonstration project showing how to use Springfox plugins to automatically document error responses

Notifications You must be signed in to change notification settings

ineat/springfox-plugin-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0e4137 · Dec 20, 2019

History

1 Commit
Dec 20, 2019
Dec 20, 2019
Dec 20, 2019
Dec 20, 2019
Dec 20, 2019
Dec 20, 2019
Dec 20, 2019

Repository files navigation

Springfox Automatic Error Documentation

This project shows how to use a Springfox plugin to automatically generate documentation for errors returned from a Spring Boot controller.

How to use

This is a standard Spring Boot 2 / Java 11 project, built and run using Maven.

To run the demo application, simply execute:

mvn spring-boot:run

then open a browser to http://localhost:8080/swagger-ui.html .

About

Demonstration project showing how to use Springfox plugins to automatically document error responses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages