This Kotlin based Spring Boot application has been generated using the OpenAPI Generator.
This document assumes you have either maven or gradle available, either via the wrapper or otherwise. This does not come with a gradle / maven wrapper checked in.
By default a pom.xml file will be generated. If you specified gradleBuildFile=true when generating this project, a build.gradle.kts will also be generated. Note this uses Gradle Kotlin DSL.
To build the project using maven, run:
mvn package && java -jar target/songstats-api-2.0.1.jarTo build the project using gradle, run:
gradle build && java -jar build/libs/songstats-api-2.0.1.jarIf all builds successfully, the server should run on http://localhost:8080/