Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ineat/springfox-plugin-demo
- Owner: ineat
- Created: 2019-12-20T14:15:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T17:52:21.000Z (4 months ago)
- Last Synced: 2024-11-07T11:44:22.884Z (about 2 months ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 .