https://github.com/alphahydrae/spring-boot-swagger
Example of automatic API documentation generation with Swagger in a Spring Boot project
https://github.com/alphahydrae/spring-boot-swagger
Last synced: 3 months ago
JSON representation
Example of automatic API documentation generation with Swagger in a Spring Boot project
- Host: GitHub
- URL: https://github.com/alphahydrae/spring-boot-swagger
- Owner: AlphaHydrae
- License: mit
- Created: 2016-11-23T16:16:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T22:33:07.000Z (over 9 years ago)
- Last Synced: 2025-03-13T04:42:44.499Z (over 1 year ago)
- Language: Java
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Spring Boot Swagger
Example of automatic API documentation generation with Swagger in a Spring Boot project.
## Usage
Run:
```
./gradlew bootRun
```
Then visit [http://localhost:3001/swagger-ui.html](http://localhost:3001/swagger-ui.html).