Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ineat/springfox-plugin-demo

Demonstration project showing how to use Springfox plugins to automatically document error responses
https://github.com/ineat/springfox-plugin-demo

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 .