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

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

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