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

https://github.com/hendisantika/swagger-kotlin

A Simple Example of using Swagger in Spring Boot Kotlin
https://github.com/hendisantika/swagger-kotlin

Last synced: about 2 months ago
JSON representation

A Simple Example of using Swagger in Spring Boot Kotlin

Awesome Lists containing this project

README

        

# Spring Boot Swagger Kotlin

Run this project by this command : `./gradlew clean bootRun`

Go to your browser and type this : `http://localhost:8080/swagger-ui.html`

### Screenshot

Swagger Home Page

![Swagger Home Page](img/home.png "Swagger Home Page")

Swagger Home Page 2

![Swagger Home Page 2](img/home2.png "Swagger Home Page 2")

Full Details Swagger Home Page

![Full Details Swagger Home Page](img/full.png "Full Details Swagger Home Page")

New Swagger UI Home Page

![New Swagger UI Home Page](img/Swagger-UI.png "New Swagger UI Home Page")