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

https://github.com/bright/spring-api-documentation-examples


https://github.com/bright/spring-api-documentation-examples

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## Build

```shell
./gradlew classes
```

## Run

```shell
./gradlew :api-first:bootRun
```

## View documentation in swagger ui

Open [openapi.yml](./api-first/openapi.yaml)

or after running the app open http://localhost:8080/swagger-ui.html