https://github.com/bright/spring-api-documentation-examples
https://github.com/bright/spring-api-documentation-examples
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bright/spring-api-documentation-examples
- Owner: bright
- License: mit
- Created: 2023-03-24T09:27:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T19:03:37.000Z (about 3 years ago)
- Last Synced: 2025-04-07T02:38:16.818Z (about 1 year ago)
- Language: Kotlin
- Size: 62.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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