spring-boot-kotlin-boilerplate

Swagger Documentation

To access swagger documentation of the API, run the application with the "swagger" profile using ./gradlew bootRun -Dspring.profiles.active=swagger. This will enable Springfox swagger doc generation and expose an endpoint at http://localhost:8080/v2/api-docs