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: 8 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T17:52:21.000Z (about 1 year ago)
- Last Synced: 2024-12-28T04:46:18.126Z (10 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 .