Kotlin-Spring-Boot Spring Boot project scaffold written in Kotlin, which is based on the Official Guide. Development environment Windows choco install kotlinc gradle -y Mac OS X brew install kotlin gradle Local developing Running ./gradlew bootRun Building ./gradlew build docker build . Release to GitHub registry git tag vX.Y.Z HEAD git push origin --tags Reference Start Kotlin without IDE